浏览代码

matrix.os

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: