Skip to content

Commit

Permalink
enable windows-2022 on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pustotnik committed Nov 12, 2023
1 parent 5b51276 commit 6f316ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- { os: macos-13, python: '3.11' }
- { os: windows-2019, python: '3.7' }
- { os: windows-2019, python: '3.8' }
- { os: windows-2019, python: '3.9' }
- { os: windows-2022, python: '3.10' }

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 6f316ae

Please sign in to comment.