1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-26 07:59:09 +00:00

Change: [Actions] Also run CI for VS2017

This commit is contained in:
glx22
2021-01-25 19:28:23 +01:00
committed by Loïc Guilloux
parent 5a4d5f03b0
commit f181037bed

View File

@@ -211,11 +211,10 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- arch: x86
- arch: x64
os: [windows-latest, windows-2016]
arch: [x86, x64]
runs-on: windows-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout