mirror of https://github.com/OpenTTD/OpenTTD
Cleanup: [CI] Remove 'os' input for windows workflow
parent
99e8534d76
commit
1a1cd2d495
|
@ -80,10 +80,8 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: windows-latest
|
- arch: x86
|
||||||
arch: x86
|
- arch: x64
|
||||||
- os: windows-latest
|
|
||||||
arch: x64
|
|
||||||
|
|
||||||
name: Windows (${{ matrix.arch }})
|
name: Windows (${{ matrix.arch }})
|
||||||
|
|
||||||
|
@ -91,7 +89,6 @@ jobs:
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
with:
|
with:
|
||||||
os: ${{ matrix.os }}
|
|
||||||
arch: ${{ matrix.arch }}
|
arch: ${{ matrix.arch }}
|
||||||
|
|
||||||
check_annotations:
|
check_annotations:
|
||||||
|
|
|
@ -6,9 +6,6 @@ on:
|
||||||
arch:
|
arch:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
os:
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CTEST_OUTPUT_ON_FAILURE: 1
|
CTEST_OUTPUT_ON_FAILURE: 1
|
||||||
|
@ -17,7 +14,7 @@ jobs:
|
||||||
windows:
|
windows:
|
||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
runs-on: ${{ inputs.os }}
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in New Issue