Skip to content

Commit 11f215c

Browse files
authored
Disable Big Sur tests (#362)
* Disable Big Sur tests They're unfortunately super flaky right now. * Update ci.yml
1 parent a8a5bce commit 11f215c

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,16 @@ jobs:
2323
- name: Run tests
2424
run: make test
2525

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

0 commit comments

Comments
 (0)