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

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

@@ -49,7 +49,7 @@ jobs:
         
   test-windows:
     name: Unit Test Windows
-    on: windows-latest
+    runs-on: windows-latest
     timeout-minutes: 30
     steps:
       - name: Checkout