Skip to content

Commit

Permalink
Set runner based on platform
Browse files Browse the repository at this point in the history
  • Loading branch information
takameyer committed Oct 11, 2023
1 parent d405c0c commit 8fed0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-test-react-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defaults:
jobs:
install:
name: Install Test on React Native ${{ matrix.platform == 'ios' && 'iOS' || 'Android' }} realm@${{ matrix.realm-version }}, react-native@${{ matrix.react-native-version }} new architecture ${{ matrix.new-architecture && 'enabled' || 'disabled' }} running ${{ matrix.engine }}
runs-on: macos-13-xlarge
runs-on: ${{ matrix.platform == 'ios' && 'macos-13-xlarge' || 'macos-13' }}
timeout-minutes: 120
strategy:
fail-fast: false
Expand Down

0 comments on commit 8fed0c5

Please sign in to comment.