Tig 1 рік тому
батько
коміт
b84e7b868c
1 змінених файлів з 5 додано та 1 видалено
  1. 5 1
      .github/workflows/dotnet-core.yml

+ 5 - 1
.github/workflows/dotnet-core.yml

@@ -13,7 +13,11 @@ on:
 jobs:
   build_and_test:
 
-    runs-on: ubuntu-latest
+    runs-on: ${{ matrix.os }}
+    strategy:
+      matrix:
+        os: [ ubuntu-latest, windows-latest, macos-latest ]
+
     timeout-minutes: 10
     steps: