Browse Source

matrix.os

Tig 1 year ago
parent
commit
b84e7b868c
1 changed files with 5 additions and 1 deletions
  1. 5 1
      .github/workflows/dotnet-core.yml

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

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