mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
Merge #11023
11023: minor: Really switch XCode version r=lnicola a=lnicola bors r+ Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
commit
b75d4d3dbe
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
|
||||
env:
|
||||
RA_TARGET: aarch64-apple-darwin
|
||||
SELECT_XCODE: /Applications/Xcode_12.2.app
|
||||
# SELECT_XCODE: /Applications/Xcode_12.2.app
|
||||
|
||||
steps:
|
||||
- name: Select XCode version
|
||||
run: sudo xcode-select -s "${SELECT_XCODE}"
|
||||
# - name: Select XCode version
|
||||
# run: sudo xcode-select -s "${SELECT_XCODE}"
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue