From b903edd290dcba3d5aaf137f2d54899f04e3be58 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Fri, 28 Apr 2023 11:14:43 +0000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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