ci: fix zig target name for ios

This commit is contained in:
Nurul Huda (Apon) 2026-03-14 16:24:45 +06:00
parent f774b26366
commit b069688e7e

View file

@ -56,7 +56,7 @@ jobs:
- target: aarch64-linux-android
os: ubuntu-latest
rust-target: aarch64-linux-android
- target: aarch64-apple-ios
- target: aarch64-ios
os: macos-latest
rust-target: aarch64-apple-ios
steps: