Skip to content

Commit bfd6116

Browse files
committed
gh: move windows tests to windows-2022 image
1 parent e7aacb8 commit bfd6116

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows_tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
native:
12-
runs-on: windows-2019
12+
runs-on: windows-2022
1313
env:
1414
CYGWIN_BASH: C:\tools\cygwin\bin\bash
1515
TCL_INSTALLER: SetupTcl-8.6.10-x64_Bawt-1.2.1
@@ -61,7 +61,7 @@ jobs:
6161
UNINSTALL.bat
6262
6363
cygwin:
64-
runs-on: windows-2019
64+
runs-on: windows-2022
6565
env:
6666
CYGWIN_BASH: C:\tools\cygwin\bin\bash
6767
steps:
@@ -106,7 +106,7 @@ jobs:
106106
retention-days: 5
107107

108108
msys:
109-
runs-on: windows-2019
109+
runs-on: windows-2022
110110
steps:
111111
- uses: msys2/setup-msys2@v2
112112
with:

0 commit comments

Comments
 (0)