Skip to content

Commit

Permalink
gh actions: enable macos in build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Oct 20, 2024
1 parent 42eaf49 commit c9ecd42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
strategy:
matrix:
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@main
Expand Down

0 comments on commit c9ecd42

Please sign in to comment.