Skip to content

Commit

Permalink
Removed MacOS 11.0 from the test matrix
Browse files Browse the repository at this point in the history
It should be readded when the runners on Github Actions start actually working.
Reference: actions/runner-images#2381
  • Loading branch information
agronholm committed Feb 8, 2021
1 parent a6fa483 commit 41b375e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeqa-test.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-10.15, macos-11.0, windows-latest]
os: [ubuntu-latest, macos-10.15, windows-latest]
python-version: [2.7, 3.6, 3.9, pypy2, pypy3]
exclude:
- os: macos-11.0
Expand Down

0 comments on commit 41b375e

Please sign in to comment.