Skip to content

Commit

Permalink
chore: Update build workflow to use larger macOS instance for Apple b…
Browse files Browse the repository at this point in the history
…uilds
  • Loading branch information
theashraf committed Dec 6, 2024
1 parent 9b1dc5c commit 373dd22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down 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
- name: Upload Apple Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 373dd22

Please sign in to comment.