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

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

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