Skip to content

Commit b75d4d3

Browse files
bors[bot]lnicola
andauthored
Merge #11023
11023: minor: Really switch XCode version r=lnicola a=lnicola bors r+ Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents 778a63e + c6a8cc1 commit b75d4d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,11 @@ jobs:
229229
runs-on: macos-latest
230230
env:
231231
RA_TARGET: aarch64-apple-darwin
232-
SELECT_XCODE: /Applications/Xcode_12.2.app
232+
# SELECT_XCODE: /Applications/Xcode_12.2.app
233233

234234
steps:
235-
- name: Select XCode version
236-
run: sudo xcode-select -s "${SELECT_XCODE}"
235+
# - name: Select XCode version
236+
# run: sudo xcode-select -s "${SELECT_XCODE}"
237237

238238
- name: Checkout repository
239239
uses: actions/checkout@v2

0 commit comments

Comments
 (0)