Skip to content

Commit c6a8cc1

Browse files
committed
Really switch XCode version
1 parent 778a63e commit c6a8cc1

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)