Skip to content

Commit

Permalink
fix(ci): disable macOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
paoda committed Sep 9, 2024
1 parent 98d6de6 commit 9a0d86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest] # TODO: Figure out Apple Silicon macOS
runs-on: ${{matrix.os}}
steps:
- uses: goto-bus-stop/setup-zig@v2
Expand Down

0 comments on commit 9a0d86b

Please sign in to comment.