Skip to content

Commit

Permalink
it works?
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Jan 23, 2025
1 parent 27fda55 commit 91c7533
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ jobs:
- runner: macos-latest
target: x86_64-apple-darwin
svm_target_platform: macosx-amd64
platform: darwin
platform: macos-latest
arch: amd64
- runner: macos-latest
target: aarch64-apple-darwin
svm_target_platform: macosx-aarch64
platform: darwin
platform: macos-latest
arch: arm64
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ pre-build = [
"apt-get update -q && apt-get install --assume-yes --no-install-recommends libssl-dev:$CROSS_DEB_ARCH pkg-config",
]


[target.x86_64-apple-darwin]
image = "macosx-amd64"
pre-build = [
Expand Down

0 comments on commit 91c7533

Please sign in to comment.