Skip to content

Commit

Permalink
Update workflow to add macOS target build
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander committed Nov 16, 2024
1 parent 5d2e291 commit 773793f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ env:
CARGO_TERM_COLOR: always
# TARGET: x86_64-apple-darwin
# TARGET: aarch64-unknown-linux-gnu
TARGET: x86_64-unknown-linux-gnu
# TARGET: x86_64-unknown-linux-gnu
TARGET: x86_64-apple-darwin
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
ACTIONS_RUNTIME_TOKEN: dummy

jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest
continue-on-error: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 773793f

Please sign in to comment.