Skip to content

Commit

Permalink
disable testing darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed May 2, 2024
1 parent da88afb commit e8300b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
self-test:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
# macos has weird SIGBUS errors in github that I cannot reproduce on aarch64-darwin...
#os: [ ubuntu-latest, macos-latest ]
os: [ ubuntu-latest ]
nom: [ "", "--no-nom"]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -33,7 +35,8 @@ jobs:
tests:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
#os: [ ubuntu-latest, macos-latest ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 0 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
queue_rules:
- name: default
merge_conditions:
- check-success=self-test (macos-latest)
- check-success=self-test (macos-latest, --no-nom)
- check-success=self-test (ubuntu-latest)
- check-success=self-test (ubuntu-latest, --no-nom)
- check-success=tests (macos-latest)
- check-success=tests (ubuntu-latest)
defaults:
actions:
Expand Down

0 comments on commit e8300b4

Please sign in to comment.