mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -05:00
Update ci.yml
This commit is contained in:
parent
0302650acf
commit
b903edd290
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -51,7 +51,8 @@ jobs:
|
|||
name: Unit Test Windows
|
||||
strategy:
|
||||
matrix:
|
||||
runs-on: windows-latest
|
||||
os: [windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in a new issue