parazyd 2 rokov pred
rodič
commit
e8a25b9ec4
1 zmenil súbory, kde vykonal 1 pridanie a 12 odobranie
  1. 1 12
      .github/workflows/ci.yml

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

@@ -6,7 +6,6 @@ jobs:
   test-units:
     strategy:
       matrix:
-        #os: [ubuntu-latest, macos-latest]
         os: [ubuntu-latest]
     runs-on: ${{ matrix.os }}
 
@@ -29,11 +28,6 @@ jobs:
           sh contrib/dependency_setup.sh
         if: matrix.os == 'ubuntu-latest'
 
-      - name: Install dependencies (macOS)
-        run: |
-          sh contrib/dependency_setup.sh
-        if: matrix.os == 'macos-latest'
-
       - name: Run test units
         run: |
           make test
@@ -47,7 +41,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        os: [ubuntu-latest, macos-latest]
+        os: [ubuntu-latest]
 
     steps:
       - uses: actions/checkout@v3
@@ -68,11 +62,6 @@ jobs:
           sh contrib/dependency_setup.sh
         if: matrix.os == 'ubuntu-latest'
 
-      - name: Install dependencies (macOS)
-        run: |
-          sh contrib/dependency_setup.sh
-        if: matrix.os == 'macos-latest'
-
       - name: Run feature powerset builds
         run: |
           make check