Skip to content

Commit

Permalink
fix: remove deprecated windows-2016/vs-2017 action runner from build …
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
jupjohn and zneix authored Jan 15, 2022
1 parent d2fffda commit 52da0fd
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,7 @@ jobs:
qt-version: [5.15.2, 5.12.10]
build-system: [qmake, cmake]
pch: [true]
exclude:
- os: windows-latest
qt-version: 5.12.10
build-system: cmake
pch: true
include:
- os: windows-2016
qt-version: 5.12.10
build-system: cmake
pch: true
- os: ubuntu-latest
qt-version: 5.15.2
build-system: cmake
Expand All @@ -39,12 +30,6 @@ jobs:
echo "vs_version=2019" >> $GITHUB_ENV
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
with:
submodules: true
Expand Down

0 comments on commit 52da0fd

Please sign in to comment.