瀏覽代碼

CI: Disable OSX builds.

They don't want to do the network integration tests.
parazyd 4 年之前
父節點
當前提交
ce93dd47a6
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .github/workflows/ci.yml

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

@@ -6,7 +6,8 @@ jobs:
   test-units:
     strategy:
       matrix:
-        os: [ubuntu-latest, macos-latest]
+        #os: [ubuntu-latest, macos-latest]
+        os: [ubuntu-latest]
     runs-on: ${{ matrix.os }}
 
     steps: