Skip to content

Commit

Permalink
Specify github windows server version
Browse files Browse the repository at this point in the history
To ensure builds don't break avoid using windows-latest

Ref: actions/runner-images#4856
  • Loading branch information
cas-- committed Jan 21, 2022
1 parent 5c6da59 commit 5c3100a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: windows-latest
runs-on: windows-2019
strategy:
matrix:
python: [3.7, 3.9]
Expand Down

0 comments on commit 5c3100a

Please sign in to comment.