Skip to content

Commit cf3f19e

Browse files
committed
Use 2022 for base testing as 2019 is no longer in service.
1 parent cc9bc9e commit cf3f19e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
test:
20-
runs-on: windows-2019
20+
runs-on: windows-2022
2121
name: Test
2222
env:
2323
TEST1: Test1
@@ -26,7 +26,7 @@ jobs:
2626
TEST_MAPPING_PATH: "C:\\map"
2727
strategy:
2828
matrix:
29-
docker_container: ["mcr.microsoft.com/windows/servercore:ltsc2019"]
29+
docker_container: ["mcr.microsoft.com/windows/servercore:ltsc2022"]
3030

3131
steps:
3232
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)