Browse Source

Update ci.yml

Chris Boesch 2 years ago
parent
commit
b903edd290
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/ci.yml

+ 2 - 1
.github/workflows/ci.yml

@@ -51,7 +51,8 @@ jobs:
     name: Unit Test Windows
     name: Unit Test Windows
     strategy:
     strategy:
       matrix:
       matrix:
-      runs-on: windows-latest
+        os: [windows-latest]
+      runs-on: ${{ matrix.os }}
     timeout-minutes: 30
     timeout-minutes: 30
     steps:
     steps:
       - name: Checkout
       - name: Checkout