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 71c1c0f commit 42df531Copy full SHA for 42df531
.github/workflows/ci.yml
@@ -15,15 +15,15 @@ jobs:
15
strategy:
16
matrix:
17
xcode:
18
- - '13.4.1'
+ - '14.1'
19
steps:
20
- uses: actions/checkout@v2
21
- name: Select Xcode ${{ matrix.xcode }}
22
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
23
- name: Run tests
24
run: make test-library
25
- name: Compile documentation
26
- if: ${{ matrix.xcode == '13.4.1' }}
+ if: ${{ matrix.xcode == '14.1' }}
27
run: make test-docs
28
- name: Run benchmark
29
run: make benchmark
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
- - '13.4'
37
38
39
0 commit comments