Skip to content

Commit 4e12292

Browse files
authored
fix: platform name in release (#862)
1 parent cee915d commit 4e12292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ jobs:
103103
- runner: macos-latest
104104
target: x86_64-apple-darwin
105105
svm_target_platform: macosx-amd64
106-
platform: macos-latest
106+
platform: darwin
107107
arch: amd64
108108
- runner: macos-latest
109109
target: aarch64-apple-darwin
110110
svm_target_platform: macosx-aarch64
111-
platform: macos-latest
111+
platform: darwin
112112
arch: arm64
113113
steps:
114114
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)