Skip to content

Commit e86c955

Browse files
committed
Fix windows arm64 runner type
1 parent 1cbc609 commit e86c955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
publish_windows_aarch64:
184184
name: Publish Windows aarch64
185185
needs: [draft_release]
186-
runs-on: windows-latest
186+
runs-on: windows-arm64
187187
steps:
188188
- uses: actions/checkout@v3
189189
with:

0 commit comments

Comments
 (0)