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:
parent
175731177f
commit
5db2e656aa
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user