From c74c542372d66a81a847554fa216b67214f4c8c4 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Fri, 28 Apr 2023 11:17:57 +0000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 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