.github/workflows/build.yml: force use of windows-2019 VM
This commit is contained in:
parent
af4fd8d317
commit
f7b5310e66
|
@ -127,7 +127,7 @@ jobs:
|
||||||
files: build/openjpeg-*.zip
|
files: build/openjpeg-*.zip
|
||||||
|
|
||||||
windows_build:
|
windows_build:
|
||||||
runs-on: windows-latest
|
runs-on: windows-2019
|
||||||
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
|
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Reference in New Issue