Skip to content

Commit d0ba4b8

Browse files
authored
Bump CI (#1173)
* Bump CI * Update ci.yml * Update ci.yml
1 parent 73c2b2f commit d0ba4b8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
- concurrency-updates
8+
- concurrency-updates-proto
79
pull_request:
810
branches:
911
- '*'
@@ -14,15 +16,15 @@ jobs:
1416
runs-on: macos-12
1517
strategy:
1618
matrix:
17-
xcode: [13.2.1, 13.3]
19+
xcode: [13.2.1, 13.4.1]
1820
steps:
1921
- uses: actions/checkout@v2
2022
- name: Select Xcode ${{ matrix.xcode }}
2123
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
2224
- name: Run tests
2325
run: make test-library
2426
- name: Compile documentation
25-
if: ${{ matrix.xcode == '13.3' }}
27+
if: ${{ matrix.xcode == '13.4.1' }}
2628
run: make test-docs
2729
- name: Run benchmark
2830
run: make benchmark
@@ -32,6 +34,6 @@ jobs:
3234
steps:
3335
- uses: actions/checkout@v2
3436
- name: Select Xcode ${{ matrix.xcode }}
35-
run: sudo xcode-select -s /Applications/Xcode_13.3.app
37+
run: sudo xcode-select -s /Applications/Xcode_13.4.1.app
3638
- name: Run tests
3739
run: make test-examples

0 commit comments

Comments
 (0)