From 7cfdc2b126051ea38a12d7fb920e9396afe2460e Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Fri, 28 Apr 2023 11:20:54 +0000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e087a4..88a7534 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: test-windows: name: Unit Test Windows - on: windows-latest + runs-on: windows-latest timeout-minutes: 30 steps: - name: Checkout