Skip to content

Commit

Permalink
fix: platform name in release (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec authored Jan 23, 2025
1 parent cee915d commit 4e12292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ jobs:
- runner: macos-latest
target: x86_64-apple-darwin
svm_target_platform: macosx-amd64
platform: macos-latest
platform: darwin
arch: amd64
- runner: macos-latest
target: aarch64-apple-darwin
svm_target_platform: macosx-aarch64
platform: macos-latest
platform: darwin
arch: arm64
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4e12292

Please sign in to comment.