Skip to content

Commit 7bb18b9

Browse files
author
fmarasco
committed
fix win os image
1 parent 1ab6eaf commit 7bb18b9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-windows-vs2019.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
build:
1818

19-
runs-on: windows-2019
19+
runs-on: windows-2022
2020
name: Build
2121

2222
steps:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
analyze:
1919
name: Analyze
20-
runs-on: windows-2019
20+
runs-on: windows-2022
2121
permissions:
2222
contents: read
2323
actions: read

.github/workflows/test-win-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
matrix:
2828
arch: [Win32, x64]
2929
build: [Release, Debug]
30-
os: [windows-2019]
30+
os: [windows-2022]
3131

3232
steps:
3333

lib/modules

0 commit comments

Comments
 (0)