From 373dd226d44a18599f702509f2549e040a25084a Mon Sep 17 00:00:00 2001 From: Abdelrahman Ashraf Date: Fri, 6 Dec 2024 14:20:11 +0700 Subject: [PATCH] chore: Update build workflow to use larger macOS instance for Apple builds --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84529551..31d36e7a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ concurrency: jobs: build-apple: - runs-on: macos-latest + runs-on: macos-latest-large # if: github.event.inputs.target == 'apple' || github.event.inputs.target == 'all' steps: - name: Checkout Repository @@ -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 - name: Upload Apple Artifacts uses: actions/upload-artifact@v4