Skip to content

Commit

Permalink
Added macOS 11 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Nov 29, 2020
1 parent 3d2c396 commit 6f8e808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeqa-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-10.15, macos-11.0, windows-latest]
python-version: [2.7, 3.6, 3.9, pypy2, pypy3]
exclude:
- os: macos-latest
Expand Down

0 comments on commit 6f8e808

Please sign in to comment.