Skip to content

Commit e386068

Browse files
authored
Merge pull request #533 from sawickiap/master
Fix in GitHub Workflow windows.yaml for CI build failure
2 parents a1d4347 + 45bd161 commit e386068

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
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
windows:
1414
name: ${{ matrix.config.name }}
15-
runs-on: windows-latest
15+
runs-on: windows-2022
1616
strategy:
1717
fail-fast: false
1818
matrix:

0 commit comments

Comments
 (0)