From 88aa2da0159488b651d5ce36888ba0a21eee4d3e Mon Sep 17 00:00:00 2001 From: Geoff Hutchison Date: Wed, 4 Dec 2024 13:18:31 -0500 Subject: [PATCH] Try Windows 2019 image Signed-off-by: Geoff Hutchison --- .github/workflows/build_cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 0b62e31e04..d3f414e52d 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -53,7 +53,7 @@ jobs: } - { name: "Windows Latest MSVC", artifact: "Win64.exe", - os: windows-latest, + os: windows-2019, cc: "cl", cxx: "cl", build_type: "Release", cmake_flags: "-DBUILD_MOLEQUEUE=OFF", @@ -271,7 +271,7 @@ jobs: fi # password exists - name: Create Mac and Windows Packages - if: matrix.config.os == 'windows-latest' || runner.os == 'macOS' + if: runner.os == 'Windows' || runner.os == 'macOS' shell: bash run: | if [ -z "${P12_PASSWORD}" ]; then