Skip to content

Commit 3f3a7dd

Browse files
committed
CI: use windows 2019 runner for VC140 toolchain
1 parent c7a0f20 commit 3f3a7dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cppcmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
config:
3535
- {name: "ubuntu-20.04", os: "ubuntu-20.04", cmake_extra: "-DLSL_BUNDLED_PUGIXML=OFF"}
3636
- {name: "ubuntu-18.04", os: "ubuntu-latest", docker: "ubuntu:18.04" }
37-
- {name: "windows-x64", os: "windows-latest", cmake_extra: "-T v140,host=x86"}
38-
- {name: "windows-32", os: "windows-latest", cmake_extra: "-T v140,host=x86 -A Win32"}
37+
- {name: "windows-x64", os: "windows-2019", cmake_extra: "-T v140,host=x86"}
38+
- {name: "windows-32", os: "windows-2019", cmake_extra: "-T v140,host=x86 -A Win32"}
3939
- {name: "macOS-latest", os: "macOS-latest"}
4040

4141
# runs all steps in the container configured in config.docker or as subprocesses when empty

0 commit comments

Comments
 (0)