mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 14:13:58 +00:00
Use default XCode version
This commit is contained in:
parent
69500e8c6b
commit
d5de3b25d7
1 changed files with 4 additions and 3 deletions
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
|
@ -194,11 +194,12 @@ jobs:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
env:
|
env:
|
||||||
RA_TARGET: x86_64-apple-darwin
|
RA_TARGET: x86_64-apple-darwin
|
||||||
SELECT_XCODE: /Applications/Xcode_12.2.app
|
# SELECT_XCODE: /Applications/Xcode_12.2.app
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Select XCode version
|
# use the default (12.5.1 as of today)
|
||||||
run: sudo xcode-select -s "${SELECT_XCODE}"
|
# - name: Select XCode version
|
||||||
|
# run: sudo xcode-select -s "${SELECT_XCODE}"
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue