1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-28 17:09:10 +00:00

Change: [Actions] Remove VS2017 and restore VS2019 for CI (#9835)

This commit is contained in:
Loïc Guilloux
2022-03-13 16:05:24 +01:00
committed by Patric Stout
parent 9a20c47b42
commit 18ef2607f9

View File

@@ -237,7 +237,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, windows-2016]
os: [windows-latest, windows-2019]
arch: [x86, x64]
runs-on: ${{ matrix.os }}