fix: remove deprecated windows-2016/vs-2017 action runner from build matrix (#3484)

* fix(action): bump Windows 2016 runner to 2019

* fix(action): remove explicit win 2016/2019 runner config

Co-authored-by: Paweł <zneix@zneix.eu>
This commit is contained in:
James Upjohn 2022-01-16 02:33:23 +13:00 committed by GitHub
parent d2fffdaceb
commit 52da0fd4b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,16 +16,7 @@ jobs:
qt-version: [5.15.2, 5.12.10] qt-version: [5.15.2, 5.12.10]
build-system: [qmake, cmake] build-system: [qmake, cmake]
pch: [true] pch: [true]
exclude:
- os: windows-latest
qt-version: 5.12.10
build-system: cmake
pch: true
include: include:
- os: windows-2016
qt-version: 5.12.10
build-system: cmake
pch: true
- os: ubuntu-latest - os: ubuntu-latest
qt-version: 5.15.2 qt-version: 5.15.2
build-system: cmake build-system: cmake
@ -39,12 +30,6 @@ jobs:
echo "vs_version=2019" >> $GITHUB_ENV echo "vs_version=2019" >> $GITHUB_ENV
shell: bash shell: bash
- name: Set environment variables for windows-2016
if: matrix.os == 'windows-2016'
run: |
echo "vs_version=2017" >> $GITHUB_ENV
shell: bash
- uses: actions/checkout@v2.4.0 - uses: actions/checkout@v2.4.0
with: with:
submodules: true submodules: true