Skip to content

Commit

Permalink
Add macOS to CI workflow matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander committed May 28, 2024
1 parent 6156815 commit d8cec38
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@ on:
env:
CARGO_TERM_COLOR: always



jobs:
deploy:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
os: [macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
continue-on-error: false
steps:
- name: Checkout code
Expand Down

0 comments on commit d8cec38

Please sign in to comment.