Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 1add214

Browse files
committed
ci: disable macos-11.0 runners for the moment
because they're broken. See this issue for details: actions/runner-images#2381
1 parent 2217cd7 commit 1add214

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ${{ matrix.os }}
5151
strategy:
5252
matrix:
53-
os: [ macos-10.15, macos-11.0 ]
53+
os: [ macos-10.15 ] # macos-11.0
5454

5555
steps:
5656
- uses: actions/checkout@v2

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ macos-10.15, macos-11.0 ]
14+
os: [ macos-10.15 ] # macos-11.0
1515

1616
steps:
1717
- uses: actions/checkout@v2
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
strategy:
3535
matrix:
36-
os: [ macos-10.15, macos-11.0 ]
36+
os: [ macos-10.15 ] # macos-11.0
3737

3838
steps:
3939
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)