Skip to content

Commit

Permalink
ci: Replace deprecated windows-2016 environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Mar 30, 2022
1 parent c19ad6e commit 7fb9d32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-10.15, windows-2016]
os: [macos-10.15, windows-2019]
python-version: [3.7, 3.8, 3.9]
tox_env: [orange-released]
name: [Released]
include:
- os: windows-2016
- os: windows-latest
python-version: 3.8
tox_env: orange-latest
name: Latest
Expand Down

0 comments on commit 7fb9d32

Please sign in to comment.