1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-30 01:49:10 +00:00

Remove: official support for MSVC 2019 (#12254)

This commit is contained in:
Patric Stout
2024-03-10 13:26:07 +01:00
committed by Michael Lutz
parent 77980fa674
commit 6bfd2b4aa9

View File

@@ -274,7 +274,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, windows-2019]
os: [windows-latest]
arch: [x86, x64]
name: Windows (${{ matrix.os }} / ${{ matrix.arch }})