mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 11:17:35 +02:00
Remove windows-2016 env no longer suppported by GA
This commit is contained in:
20
.github/workflows/windows.yml
vendored
20
.github/workflows/windows.yml
vendored
@ -7,29 +7,17 @@ jobs:
|
|||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# windows-2016 and windows-2019 have MSVC 2017 and 2019 installed
|
# windows-2019 has MSVC 2019 installed:
|
||||||
# respectively: https://github.com/actions/virtual-environments.
|
# https://github.com/actions/virtual-environments.
|
||||||
os: [windows-2016, windows-2019]
|
os: [windows-2019]
|
||||||
platform: [Win32, x64]
|
platform: [Win32, x64]
|
||||||
build_type: [Debug, Release]
|
build_type: [Debug, Release]
|
||||||
standard: [11, 17, 20]
|
standard: [11, 17, 20]
|
||||||
include:
|
include:
|
||||||
- os: windows-2016
|
- os: windows-2019
|
||||||
platform: Win32
|
platform: Win32
|
||||||
build_type: Debug
|
build_type: Debug
|
||||||
shared: -DBUILD_SHARED_LIBS=ON
|
shared: -DBUILD_SHARED_LIBS=ON
|
||||||
exclude:
|
|
||||||
- os: windows-2016
|
|
||||||
platform: Win32
|
|
||||||
- os: windows-2016
|
|
||||||
standard: 17
|
|
||||||
- os: windows-2016
|
|
||||||
standard: 20
|
|
||||||
- os: windows-2019
|
|
||||||
standard: 11
|
|
||||||
- os: windows-2019
|
|
||||||
standard: 20
|
|
||||||
platform: Win32
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Reference in New Issue
Block a user