Skip to content

Commit

Permalink
Fix release build by adding latest macos targets
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Jul 3, 2024
1 parent a6d7f07 commit 80c2f78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,12 @@ jobs:
os: ubuntu-latest
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
- os: macos-11
target: x86_64-apple-darwin
- os: macos-11
target: aarch64-apple-darwin
- target: aarch64-apple-darwin
os: macos-latest
- target: x86_64-apple-darwin
os: macos-latest
- target: universal-apple-darwin
os: macos-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/upload-rust-binary-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_call:
secrets:
RELEASE:
description: Docker GHCR token
description: Release token
required: true
inputs:
git_tag_name:
Expand Down

0 comments on commit 80c2f78

Please sign in to comment.