Skip to content

Commit

Permalink
Try Windows 2019 image
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Dec 4, 2024
1 parent 50e7be5 commit 88aa2da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 88aa2da

Please sign in to comment.