Skip to content

Commit 6f8e808

Browse files
committed
Added macOS 11 to the test matrix
1 parent 3d2c396 commit 6f8e808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeqa-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: [ubuntu-latest, macos-latest, windows-latest]
23+
os: [ubuntu-latest, macos-10.15, macos-11.0, windows-latest]
2424
python-version: [2.7, 3.6, 3.9, pypy2, pypy3]
2525
exclude:
2626
- os: macos-latest

0 commit comments

Comments
 (0)