Skip to content

Commit e8cff0b

Browse files
committed
Excluded pypy+macOS 11 from the test matrix
Github Actions does not provide these interpreters on macOS 11 yet.
1 parent 6f8e808 commit e8cff0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeqa-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
os: [ubuntu-latest, macos-10.15, macos-11.0, windows-latest]
2424
python-version: [2.7, 3.6, 3.9, pypy2, pypy3]
2525
exclude:
26-
- os: macos-latest
26+
- os: macos-11.0
2727
python-version: pypy2
28-
- os: macos-latest
28+
- os: macos-11.0
2929
python-version: pypy3
3030
- os: windows-latest
3131
python-version: 2.7

0 commit comments

Comments
 (0)