Skip to content

Commit

Permalink
Kill Tim Cook
Browse files Browse the repository at this point in the history
  • Loading branch information
parazyd committed Aug 29, 2023
1 parent a59b628 commit e8a25b9
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ jobs:
test-units:
strategy:
matrix:
#os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}

Expand All @@ -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
Expand All @@ -47,7 +41,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v3
Expand All @@ -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
Expand Down

0 comments on commit e8a25b9

Please sign in to comment.