瀏覽代碼

change release workflow matrix for testing

Abhinav 2 年之前
父節點
當前提交
a121abb593
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/build.yml

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

@@ -11,7 +11,7 @@ jobs:
 
         strategy:
             matrix:
-                os: [macos-latest, ubuntu-latest, windows-latest]
+                os: [macos-latest]
 
         steps:
             - name: Check out Git repository