Skip to content

Commit 146c0ab

Browse files
authored
Merge pull request #93 from sawickiap/master
Fix in GitHub Workflow windows.yaml for CI build failure
2 parents 75da594 + da12c9d commit 146c0ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
jobs:
1212
windows:
1313
name: ${{ matrix.config.name }}
14-
runs-on: windows-latest
14+
runs-on: windows-2022
1515
strategy:
1616
fail-fast: false
1717
matrix:

0 commit comments

Comments
 (0)