Skip to content

Commit

Permalink
Remove windows-2016 OS from GitHub Actions (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
roclark authored Mar 20, 2022
1 parent 9b51a0d commit 1fd1387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pushtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
python-version: [3.7, 3.8]
operating-system: [ubuntu-latest, macOS-latest, windows-latest, windows-2016]
operating-system: [ubuntu-latest, macOS-latest, windows-latest]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 1fd1387

Please sign in to comment.