Преглед на файлове

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: