Downgrade back to windows-2019 (#3576)

This commit is contained in:
Felanbird 2022-02-26 06:25:35 -05:00 committed by GitHub
parent 82196e3e82
commit 218b6c5e57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-2019, ubuntu-latest, macos-latest]
qt-version: [5.15.2, 5.12.10]
build-system: [qmake, cmake]
pch: [true]
@ -24,8 +24,8 @@ jobs:
fail-fast: false
steps:
- name: Set environment variables for windows-latest
if: matrix.os == 'windows-latest'
- name: Set environment variables for windows-2019
if: matrix.os == 'windows-2019'
run: |
echo "vs_version=2019" >> $GITHUB_ENV
shell: bash