diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2020-11-29 12:10:10 +0200 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2020-11-29 12:10:10 +0200 |
| commit | 6f8e808602a5a88eae5f851b5552ff87d4afcc7c (patch) | |
| tree | 2c8033a7d3417bff02eb33797149431c1f44f1dc /.github/workflows | |
| parent | 3d2c396a94d9967146d179e1b9125d7d3c9b1624 (diff) | |
| download | wheel-git-6f8e808602a5a88eae5f851b5552ff87d4afcc7c.tar.gz | |
Added macOS 11 to the test matrix
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/codeqa-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeqa-test.yml b/.github/workflows/codeqa-test.yml index 16296e4..54afc14 100644 --- a/.github/workflows/codeqa-test.yml +++ b/.github/workflows/codeqa-test.yml @@ -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 |
