We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41f8c4 commit 15c39e5Copy full SHA for 15c39e5
.github/workflows/ci.yml
@@ -16,15 +16,15 @@ jobs:
16
xcode:
17
- '12.4'
18
- '12.5.1'
19
- - '13.0'
+ - '13.1'
20
steps:
21
- uses: actions/checkout@v2
22
- name: Select Xcode ${{ matrix.xcode }}
23
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
24
- name: Run tests
25
run: make test-library
26
- name: Compile documentation
27
- if: ${{ matrix.xcode == '13.0' }}
+ if: ${{ matrix.xcode == '13.1' }}
28
run: make test-docs
29
- name: Run benchmark
30
run: make benchmark
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
42
0 commit comments