Skip to content

Commit

Permalink
Readded macOS 11 to the testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Aug 9, 2021
1 parent 82758ff commit 57cec4e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/codeqa-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-10.15, windows-latest]
os: [ubuntu-latest, macos-10.15, macos-11, windows-latest]
python-version: ["2.7", "3.6", "3.9", "3.10-dev", pypy2, pypy3]
exclude:
- os: macos-11.0
- os: macos-11
python-version: pypy2
- os: macos-11.0
python-version: pypy3
- os: windows-latest
python-version: 2.7
- os: windows-latest
Expand Down

0 comments on commit 57cec4e

Please sign in to comment.