Skip to content

Commit a862c59

Browse files
bors[bot]lnicola
andauthored
Merge #11021
11021: internal: Use default XCode version r=lnicola a=lnicola bors r+ Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents 9efa355 + d5de3b2 commit a862c59

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,12 @@ jobs:
194194
runs-on: macos-latest
195195
env:
196196
RA_TARGET: x86_64-apple-darwin
197-
SELECT_XCODE: /Applications/Xcode_12.2.app
197+
# SELECT_XCODE: /Applications/Xcode_12.2.app
198198

199199
steps:
200-
- name: Select XCode version
201-
run: sudo xcode-select -s "${SELECT_XCODE}"
200+
# use the default (12.5.1 as of today)
201+
# - name: Select XCode version
202+
# run: sudo xcode-select -s "${SELECT_XCODE}"
202203

203204
- name: Checkout repository
204205
uses: actions/checkout@v2

0 commit comments

Comments
 (0)