We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 717eb8b + 9def421 commit 9cb49c1Copy full SHA for 9cb49c1
1 file changed
.github/workflows/tests.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ${{ matrix.os }}
8
strategy:
9
matrix:
10
- os: [ubuntu-18.04, macOS-10.14]
+ os: [ ubuntu-20.04, macOS-10.15, windows-2019 ]
11
python: [ '3.6', '3.7', '3.8' ]
12
variant: [ "py", "py-images" ]
13
name: python${{ matrix.python }} on ${{ matrix.os }} ${{ matrix.variant }}
0 commit comments