Skip to content

Commit

Permalink
chore(ci): disable macos due to nixpkgs issue
Browse files Browse the repository at this point in the history
see #3 for more
  • Loading branch information
ModProg authored Dec 13, 2023
1 parent 77a381d commit 04b0b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
check:
strategy:
matrix:
runner: [ubuntu-latest, macos-latest]
runner: [ubuntu-latest]
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 04b0b18

Please sign in to comment.