Skip to content

Commit 42df531

Browse files
committed
Update CI to use Xcode 14.1
1 parent 71c1c0f commit 42df531

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
strategy:
1616
matrix:
1717
xcode:
18-
- '13.4.1'
18+
- '14.1'
1919
steps:
2020
- uses: actions/checkout@v2
2121
- name: Select Xcode ${{ matrix.xcode }}
2222
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
2323
- name: Run tests
2424
run: make test-library
2525
- name: Compile documentation
26-
if: ${{ matrix.xcode == '13.4.1' }}
26+
if: ${{ matrix.xcode == '14.1' }}
2727
run: make test-docs
2828
- name: Run benchmark
2929
run: make benchmark
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
xcode:
36-
- '13.4'
36+
- '14.1'
3737
steps:
3838
- uses: actions/checkout@v2
3939
- name: Select Xcode ${{ matrix.xcode }}

0 commit comments

Comments
 (0)