Skip to content

Commit 76d5e6c

Browse files
authored
Remove macos-11.0 environment
See #2989 (comment) The environment currently is not reliable. Maybe because it's a preview only according to actions/runner-images#1814 ?
1 parent d59abfd commit 76d5e6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI-unixish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
os: [ubuntu-18.04, ubuntu-20.04, macos-10.15, macos-11.0]
12+
os: [ubuntu-18.04, ubuntu-20.04, macos-10.15]
1313
fail-fast: false # Prefer quick result
1414

1515
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)