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:
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 }}
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user