Skip to content

Commit 446d5b9

Browse files
committed
fix ios binary build os to macos-latest and change cross to false
1 parent a975218 commit 446d5b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
asset_name: zbr-android-arm64
2727
cross: true
2828

29-
- os: ubuntu-latest
29+
- os: macos-latest
3030
target: aarch64-apple-ios
3131
binary: zbr
3232
asset_name: zbr-ios-arm64
33-
cross: true
33+
cross: false
3434

3535
- os: macos-latest
3636
target: x86_64-apple-darwin

0 commit comments

Comments
 (0)