Skip to content

Commit

Permalink
Pin WinSoftVol to Windows 2019
Browse files Browse the repository at this point in the history
windows-latest will soon move to 2022 which doesn't have the Windows
Driver Kit: actions/runner-images#4856
  • Loading branch information
dechamps committed Feb 9, 2022
1 parent 8206b18 commit f9ad9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
runs-on: windows-2019
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit f9ad9d9

Please sign in to comment.