aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-04-28 11:14:43 +0000
committerGitHub <noreply@github.com>2023-04-28 11:14:43 +0000
commitb903edd290dcba3d5aaf137f2d54899f04e3be58 (patch)
tree1fe54c2b916288e072cd17f577ce905556bed06e
parent0302650acf47ce3c94e44eebd50f5bba705d9d17 (diff)
Update ci.yml
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index db259e0..062c5a5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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