From e957424dd5f66e9ffa8b2b4f2538fedda612d338 Mon Sep 17 00:00:00 2001 From: Abdelrahman Ashraf Date: Fri, 6 Dec 2024 14:58:41 +0700 Subject: [PATCH] chore: Update build workflow to use 'make apple' for Apple builds --- .github/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 099f90da..56710052 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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