From 4754e758d30a219133d5a7f610d3813a2add5ff4 Mon Sep 17 00:00:00 2001 From: Chris Boesch <48591413+chrboesch@users.noreply.github.com> 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