Skip to content

Commit

Permalink
📝 enable aarch64 iOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Xudong-Huang committed Sep 1, 2024
1 parent 71588aa commit ece354d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- { name: Linux-riscv64, os: ubuntu-latest, tool: riscv64gc-unknown-linux-gnu }
#- { name: Linux-s390x, os: ubuntu-latest, tool: s390x-unknown-linux-gnu }
#- { name: Linux-sparc64, os: ubuntu-latest, tool: sparc64-unknown-linux-gnu }
#- { name: iOS-aarch64, os: macos-latest, tool: aarch64-apple-ios }
- { name: iOS-aarch64, os: macos-latest, tool: aarch64-apple-ios }
#- { name: Android-armv7, os: ubuntu-latest, tool: armv7-linux-androideabi }
- { name: Android-aarch64, os: ubuntu-latest, tool: aarch64-linux-android }
# - { name: Android-x64, os: ubuntu-latest, tool: x86_64-linux-android }
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ fn main() {
- ~~x86_64 Android~~
- aarch64 Linux
- aarch64 macOS
- aarch64 iOS
- aarch64 Fuchsia
- aarch64 Android
- loongarch64 Linux
Expand Down

0 comments on commit ece354d

Please sign in to comment.