Skip to content

Commit 21694f0

Browse files
authored
ci: pin Xcode to 13.4.1 (#56)
1 parent a701c9c commit 21694f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node_version }}
2828

29+
- name: Select Xcode
30+
if: matrix.os == 'macos-latest'
31+
run: sudo xcode-select -switch /Applications/Xcode_13.4.1.app && /usr/bin/xcodebuild -version
32+
2933
- name: Install dependencies and build
3034
run: yarn
3135

0 commit comments

Comments
 (0)