Skip to content

Commit d0540d6

Browse files
committed
CI: windows-2019 has been retired; upgrade to 2022
1 parent b7458dc commit d0540d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
build:
77

8-
runs-on: windows-2019
8+
runs-on: windows-2022
99

1010
steps:
1111
- uses: actions/checkout@v4

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# - https://gh.io/supported-runners-and-hardware-resources
2727
# - https://gh.io/using-larger-runners
2828
# Consider using larger runners for possible analysis time improvements.
29-
runs-on: windows-2019
29+
runs-on: windows-2022
3030
permissions:
3131
actions: read
3232
contents: read

0 commit comments

Comments
 (0)