mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
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:
parent
0b294734a2
commit
f76de69b34
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -18,7 +18,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
windows:
|
windows:
|
||||||
name: 'Windows 32/64-bit'
|
name: 'Windows 32/64-bit'
|
||||||
runs-on: [windows-latest]
|
runs-on: [windows-2019]
|
||||||
if: contains(github.event.head_commit.message, '[skip ci]') != true
|
if: contains(github.event.head_commit.message, '[skip ci]') != true
|
||||||
env:
|
env:
|
||||||
QT_CACHE_VERSION: '2' # Change whenever updating OBS dependencies URL, in order to force a cache reset
|
QT_CACHE_VERSION: '2' # Change whenever updating OBS dependencies URL, in order to force a cache reset
|
||||||
|
Loading…
x
Reference in New Issue
Block a user