Skip to content

Commit

Permalink
[CI] Use Windows 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
wtsnz committed Mar 16, 2022
1 parent 6b8b172 commit a7469d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
windows:
name: "Windows 32/64-bit"
environment: production
runs-on: [windows-latest]
runs-on: [windows-2019]
if: contains(github.event.head_commit.message, '[skip ci]') != true
env:
QT_CACHE_VERSION: "2" # Change whenever updating OBS dependencies URL, in order to force a cache reset
Expand Down

0 comments on commit a7469d9

Please sign in to comment.