From e8a25b9ec493c34415ac5ea4f329f92e5e2f5482 Mon Sep 17 00:00:00 2001 From: parazyd Date: Tue, 29 Aug 2023 14:34:20 +0200 Subject: [PATCH] Kill Tim Cook --- .github/workflows/ci.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a928797546f..bb88adf9169c 100644 --- a/.github/workflows/ci.yml +++ b/.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