Chris Boesch 2 лет назад
Родитель
Сommit
b903edd290
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      .github/workflows/ci.yml

+ 2 - 1
.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