mirror of
https://github.com/catchorg/Catch2.git
synced 2025-07-04 00:25:31 +02:00
Drop windows-2019 server from list of GitHub Action runners
This commit is contained in:
parent
bd2d918f32
commit
038ee6ea13
2
.github/workflows/windows-simple-builds.yml
vendored
2
.github/workflows/windows-simple-builds.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-2019, windows-2022, windows-2025]
|
os: [windows-2022, windows-2025]
|
||||||
platform: [Win32, x64]
|
platform: [Win32, x64]
|
||||||
build_type: [Debug, Release]
|
build_type: [Debug, Release]
|
||||||
std: [14, 17]
|
std: [14, 17]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user