Skip to content

Commit d1f4d1b

Browse files
committed
Bump CI
1 parent 2829061 commit d1f4d1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
strategy:
1616
matrix:
1717
xcode:
18-
- '13.4'
18+
- '13.4.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
25-
# - name: Compile documentation
26-
# if: ${{ matrix.xcode == '13.2' }}
27-
# run: make test-docs
25+
- name: Compile documentation
26+
if: ${{ matrix.xcode == '13.4.1' }}
27+
run: make test-docs
2828
- name: Run benchmark
2929
run: make benchmark
3030

0 commit comments

Comments
 (0)