Skip to content

Commit

Permalink
chore: Update build workflow to include aarch64-apple-ios target
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf committed Dec 6, 2024
1 parent 373dd22 commit fe1a5e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
# make aarch64-apple-darwin [tested]
# make x86_64-apple-darwin [tested]
# make aarch64-apple-ios-sim [tested]
# make aarch64-apple-ios
make x86_64-apple-ios
make aarch64-apple-ios
# make x86_64-apple-ios [tested]
- name: Upload Apple Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit fe1a5e8

Please sign in to comment.