.github/workflows/build.yml: force use of windows-2019 VM

This commit is contained in:
Even Rouault 2022-05-07 11:05:04 +02:00
parent af4fd8d317
commit f7b5310e66
No known key found for this signature in database
GPG Key ID: 33EBBFC47B3DD87D
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ jobs:
files: build/openjpeg-*.zip
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]')"
strategy: