Skip to content

Commit d5de3b2

Browse files
committed
Use default XCode version
1 parent 69500e8 commit d5de3b2

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)