Skip to content

Commit 15c39e5

Browse files
authored
Update Xcode version from 13.0 to 13.1 (#901)
1 parent c41f8c4 commit 15c39e5

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
@@ -16,15 +16,15 @@ jobs:
1616
xcode:
1717
- '12.4'
1818
- '12.5.1'
19-
- '13.0'
19+
- '13.1'
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Select Xcode ${{ matrix.xcode }}
2323
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
2424
- name: Run tests
2525
run: make test-library
2626
- name: Compile documentation
27-
if: ${{ matrix.xcode == '13.0' }}
27+
if: ${{ matrix.xcode == '13.1' }}
2828
run: make test-docs
2929
- name: Run benchmark
3030
run: make benchmark
@@ -36,7 +36,7 @@ jobs:
3636
xcode:
3737
- '12.4'
3838
- '12.5.1'
39-
- '13.0'
39+
- '13.1'
4040
steps:
4141
- uses: actions/checkout@v2
4242
- name: Select Xcode ${{ matrix.xcode }}

0 commit comments

Comments
 (0)