We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7aacb8 commit bfd6116Copy full SHA for bfd6116
.github/workflows/windows_tests.yaml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
native:
12
- runs-on: windows-2019
+ runs-on: windows-2022
13
env:
14
CYGWIN_BASH: C:\tools\cygwin\bin\bash
15
TCL_INSTALLER: SetupTcl-8.6.10-x64_Bawt-1.2.1
@@ -61,7 +61,7 @@ jobs:
61
UNINSTALL.bat
62
63
cygwin:
64
65
66
67
steps:
@@ -106,7 +106,7 @@ jobs:
106
retention-days: 5
107
108
msys:
109
110
111
- uses: msys2/setup-msys2@v2
112
with:
0 commit comments