File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,16 @@ jobs:
23
23
- name : Run tests
24
24
run : make test
25
25
26
- bigsur-tests :
27
- runs-on : macos-11.0
28
- strategy :
29
- matrix :
30
- xcode :
31
- - 12.3
32
- steps :
33
- - uses : actions/checkout@v2
34
- - name : Select Xcode ${{ matrix.xcode }}
35
- run : sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
36
- - name : Run tests
37
- run : make test
26
+ # NB: GitHub's Big Sur instances are super flaky. We should revisit later.
27
+ # bigsur-tests:
28
+ # runs-on: macos-11.0
29
+ # strategy:
30
+ # matrix:
31
+ # xcode:
32
+ # - 12.3
33
+ # steps:
34
+ # - uses: actions/checkout@v2
35
+ # - name: Select Xcode ${{ matrix.xcode }}
36
+ # run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
37
+ # - name: Run tests
38
+ # run: make test
You can’t perform that action at this time.
0 commit comments