workflows/test: actualize runner OSes
This commit is contained in:
parent
4b8d6e7c31
commit
190f39dc69
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
platform: [x86, x64]
|
platform: [x86, x64]
|
||||||
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-latest, windows-2016, windows-2019, windows-2022, windows-latest]
|
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-latest, windows-2019, windows-2022, windows-latest]
|
||||||
runs-on: '${{ matrix.os }}'
|
runs-on: '${{ matrix.os }}'
|
||||||
name: 'Test: ${{ matrix.os }} / ${{ matrix.platform }}'
|
name: 'Test: ${{ matrix.os }} / ${{ matrix.platform }}'
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue