Skip to content

Commit

Permalink
[CI] 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

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

jobs:
windows_package:
runs-on: windows-latest
runs-on: windows-2019
if: (github.event_name != 'pull_request' || github.event.label.name == 'windows')
strategy:
matrix:
Expand Down

0 comments on commit 15d2d27

Please sign in to comment.