Skip to content

Commit

Permalink
ci: don't run check on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Feb 9, 2025
1 parent 04a87bc commit 89e109a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
include:
- os: ubuntu-latest
system: x86_64-linux
- os: macos-latest
system: aarch64-darwin
# checks currently fail on darwin
# - os: macos-latest
# system: aarch64-darwin

steps:
- name: Checkout
Expand Down

0 comments on commit 89e109a

Please sign in to comment.