mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Really switch XCode version
This commit is contained in:
parent
778a63e9e3
commit
c6a8cc1cee
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
@ -229,11 +229,11 @@ jobs:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
env:
|
env:
|
||||||
RA_TARGET: aarch64-apple-darwin
|
RA_TARGET: aarch64-apple-darwin
|
||||||
SELECT_XCODE: /Applications/Xcode_12.2.app
|
# SELECT_XCODE: /Applications/Xcode_12.2.app
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Select XCode version
|
# - name: Select XCode version
|
||||||
run: sudo xcode-select -s "${SELECT_XCODE}"
|
# run: sudo xcode-select -s "${SELECT_XCODE}"
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue