8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +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 }}
container: ${{ matrix.container }}
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:
fail-fast: false
matrix:
os:
- macOS-latest
- windows-2016
- windows-2019
- windows-2022
- ubuntu-20.04