Skip to content

Commit

Permalink
chore: Update build workflow to use 'make apple' for Apple builds
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf committed Dec 6, 2024
1 parent fe1a5e8 commit e957424
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,7 @@ jobs:
# APPLE_MACOSX_SDK: MacOSX13.0
run: |
rm -f /usr/local/lib/libjpeg*
# 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 [tested]
make apple
- name: Upload Apple Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e957424

Please sign in to comment.