Skip to content

Commit

Permalink
Excluded pypy+macOS 11 from the test matrix
Browse files Browse the repository at this point in the history
Github Actions does not provide these interpreters on macOS 11 yet.
  • Loading branch information
agronholm committed Nov 29, 2020
1 parent 6f8e808 commit e8cff0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeqa-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
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
- os: macos-11.0
python-version: pypy2
- os: macos-latest
- os: macos-11.0
python-version: pypy3
- os: windows-latest
python-version: 2.7
Expand Down

0 comments on commit e8cff0b

Please sign in to comment.