summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-04-28 11:17:57 +0000
committerGitHub <noreply@github.com>2023-04-28 11:17:57 +0000
commitc74c542372d66a81a847554fa216b67214f4c8c4 (patch)
tree6def6ac0666242a540df63b9a87ee2cefe1c56d2 /.github/workflows/ci.yml
parentb903edd290dcba3d5aaf137f2d54899f04e3be58 (diff)
Update ci.yml
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 062c5a5..9e087a4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -49,10 +49,7 @@ jobs:
test-windows:
name: Unit Test Windows
- strategy:
- matrix:
- os: [windows-latest]
- runs-on: ${{ matrix.os }}
+ on: windows-latest
timeout-minutes: 30
steps:
- name: Checkout