8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 22:43:03 +01:00

Remove deprecated GitHub Actions Windows 2016 environment.

This commit is contained in:
Adriano dos Santos Fernandes 2022-03-19 15:07:12 -03:00
parent 175731177f
commit 5db2e656aa

View File

@ -7,14 +7,13 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
container: ${{ matrix.container }} container: ${{ matrix.container }}
env: env:
VS_VERSION: ${{ matrix.os == 'windows-2016' && '2017' || (matrix.os == 'windows-2019' && '2019' || (matrix.os == 'windows-2022' && '2022' || '')) }} VS_VERSION: ${{ (matrix.os == 'windows-2019' && '2019' || (matrix.os == 'windows-2022' && '2022' || '')) }}
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: os:
- macOS-latest - macOS-latest
- windows-2016
- windows-2019 - windows-2019
- windows-2022 - windows-2022
- ubuntu-20.04 - ubuntu-20.04