Changeset - r24749:3150af924c26
[Not reviewed]
master
0 1 0
glx22 - 3 years ago 2021-01-25 18:28:23
glx@openttd.org
Change: [Actions] Also run CI for VS2017
1 file changed with 3 insertions and 4 deletions:
0 comments (0 inline, 0 general)
.github/workflows/ci-build.yml
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)