Skip to content

Commit

Permalink
Run local builds on larger machines
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber committed Feb 1, 2024
1 parent ea84df9 commit a9295a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eas-build-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ on:
jobs:
eas-build:
timeout-minutes: 60
runs-on: ubuntu-latest
runs-on: ${{ inputs.platform == 'android' && 'ubuntu-latest-8cores' || 'macos-latest-xl' }}
env:
EXPO_DEBUG: 1
DEBUG: 1
Expand Down

0 comments on commit a9295a8

Please sign in to comment.