Skip to content

Commit

Permalink
Merge pull request #83 from WhyNotHugo/windows
Browse files Browse the repository at this point in the history
Run CI on updates OS versions
  • Loading branch information
Hugo Barrera authored Aug 15, 2020
2 parents 717eb8b + 9def421 commit 9cb49c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, macOS-10.14]
os: [ ubuntu-20.04, macOS-10.15, windows-2019 ]
python: [ '3.6', '3.7', '3.8' ]
variant: [ "py", "py-images" ]
name: python${{ matrix.python }} on ${{ matrix.os }} ${{ matrix.variant }}
Expand Down

0 comments on commit 9cb49c1

Please sign in to comment.