Skip to content

Commit

Permalink
change to macos-latest-large
Browse files Browse the repository at this point in the history
  • Loading branch information
sviderock committed Sep 23, 2024
1 parent 1cd08de commit b2cfcd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
SECRETS_AVAILABLE: ${{ secrets.SECRETS_AVAILABLE }}
# BASH_ENV: ~/.profile
name: iOS (${{ inputs.ios-version }})
runs-on: macos-latest
runs-on: macos-latest-large
steps:
- uses: google-github-actions/auth@v2
if: ${{ env.SECRETS_AVAILABLE }}
Expand All @@ -33,6 +33,7 @@ jobs:
run: |
brew tap wix/brew
brew install applesimutils
applesimutils --list
env:
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
Expand Down

0 comments on commit b2cfcd7

Please sign in to comment.