Skip to content

Commit 9cb49c1

Browse files
author
Hugo Barrera
authored
Merge pull request #83 from WhyNotHugo/windows
Run CI on updates OS versions
2 parents 717eb8b + 9def421 commit 9cb49c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ubuntu-18.04, macOS-10.14]
10+
os: [ ubuntu-20.04, macOS-10.15, windows-2019 ]
1111
python: [ '3.6', '3.7', '3.8' ]
1212
variant: [ "py", "py-images" ]
1313
name: python${{ matrix.python }} on ${{ matrix.os }} ${{ matrix.variant }}

0 commit comments

Comments
 (0)