File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments