Skip to content

Commit 075b540

Browse files
committed
chore: switch CI to Xcode 14.1
1 parent 9b29a1b commit 075b540

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: macos-13
1818
steps:
1919
- uses: actions/checkout@v3
20-
- name: Select Xcode 14.3
21-
run: sudo xcode-select -s /Applications/Xcode_14.3.app
20+
- name: Select Xcode 14.1
21+
run: sudo xcode-select -s /Applications/Xcode_14.1.app
2222
- name: Run tests
2323
run: make test-library

0 commit comments

Comments
 (0)