Skip to content

Commit

Permalink
ci(gitlab): switch to Windows Server 2019
Browse files Browse the repository at this point in the history
Maybe it will have runners available faster.
  • Loading branch information
dbohdan committed Sep 29, 2023
1 parent 7fe88c3 commit 6bf9aaf
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 @@ -20,7 +20,7 @@ jobs:
run: |
tox run
windows:
runs-on: windows-latest
runs-on: windows-2019
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
Expand Down

0 comments on commit 6bf9aaf

Please sign in to comment.