Jelajahi Sumber

CI: Disable OSX builds.

They don't want to do the network integration tests.
parazyd 4 tahun lalu
induk
melakukan
ce93dd47a6
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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: