Skip to content

Commit

Permalink
ci: switch to windows-2019 image
Browse files Browse the repository at this point in the history
per suggestion from @thewtex, see actions/runner-images#10004
  • Loading branch information
fedorov authored and jadh4v committed Jun 12, 2024
1 parent 8bcb6ef commit 0938c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

build-windows:

runs-on: windows-latest
runs-on: windows-2019
timeout-minutes: 360

steps:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

publish-windows:

runs-on: windows-latest
runs-on: windows-2019
timeout-minutes: 5
# Only run if the event is not a pull request and the repository owner is QIICR.
# The latter is to prevent forks from publishing packages even if the owner's token
Expand Down

0 comments on commit 0938c33

Please sign in to comment.