summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-02-09 01:37:31 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-02-09 01:37:31 +0200
commit41b375ef33e3368f6f58c13f9649491d01c2ba5e (patch)
tree0c5f666a3655bca1edbdb450c488294d86815adc
parenta6fa4839ba1c74a37cb43eefb959c0766594ec63 (diff)
downloadwheel-git-41b375ef33e3368f6f58c13f9649491d01c2ba5e.tar.gz
Removed MacOS 11.0 from the test matrix
It should be readded when the runners on Github Actions start actually working. Reference: https://github.com/actions/virtual-environments/issues/2381
-rw-r--r--.github/workflows/codeqa-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeqa-test.yml b/.github/workflows/codeqa-test.yml
index 86680b3..d176bdb 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-10.15, macos-11.0, windows-latest]
+ os: [ubuntu-latest, macos-10.15, windows-latest]
python-version: [2.7, 3.6, 3.9, pypy2, pypy3]
exclude:
- os: macos-11.0