mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 05:08:52 +00:00
Force XCode version
This commit is contained in:
parent
6a6a80eb1f
commit
ac0b079492
1 changed files with 8 additions and 0 deletions
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
|
@ -157,8 +157,12 @@ jobs:
|
|||
runs-on: macos-latest
|
||||
env:
|
||||
RA_TARGET: x86_64-apple-darwin
|
||||
SELECT_XCODE: /Applications/Xcode_12.2.app
|
||||
|
||||
steps:
|
||||
- name: Select XCode version
|
||||
run: sudo xcode-select -s "${SELECT_XCODE}"
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
|
@ -183,8 +187,12 @@ jobs:
|
|||
runs-on: macos-latest
|
||||
env:
|
||||
RA_TARGET: aarch64-apple-darwin
|
||||
SELECT_XCODE: /Applications/Xcode_12.2.app
|
||||
|
||||
steps:
|
||||
- name: Select XCode version
|
||||
run: sudo xcode-select -s "${SELECT_XCODE}"
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
|
|
Loading…
Reference in a new issue