CI: Use windows-2019 explicitly

Github actions recently migrated windows-latest to windows-2022 and
in the process broke a bunch of shit.
This commit is contained in:
tt2468 2022-02-16 11:55:57 -08:00
parent 0b294734a2
commit f76de69b34

View File

@ -18,7 +18,7 @@ on:
jobs:
windows:
name: 'Windows 32/64-bit'
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