Skip to content

Commit

Permalink
Fix mac smoke tests (#14114)
Browse files Browse the repository at this point in the history
* fix: smoke test

* Update action.yml

---------

Co-authored-by: Vieltojarvi <[email protected]>
Co-authored-by: Amplifiyer <[email protected]>
  • Loading branch information
3 people authored Feb 20, 2025
1 parent aecb4ce commit 7b7e9f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/run-smoke-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:

# For iOS tests
- name: Setup Ruby
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0
uses: ruby/setup-ruby@22fdc77bf4148f810455b226c90fb81b5cbc00a7 # v1.171.0
if: runner.os == 'macOS'
with:
ruby-version: '3.2.1'
Expand All @@ -57,7 +57,7 @@ runs:
if: runner.os == 'macOS'
shell: bash
run: |
sudo xcode-select -s "/Applications/Xcode_14.1.app"
sudo xcode-select -s "/Applications/Xcode_15.1.app"
xcodebuild -version
- name: Run Smoke Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-tests-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
os:
required: false
type: string
default: '["macos-latest-xl", "ubuntu-latest", "amplify-cli_windows-latest_8-core"]'
default: '["macos-latest-xlarge", "ubuntu-latest", "amplify-cli_windows-latest_8-core"]'
versions:
required: false
type: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
os:
required: false
type: string
default: '["macos-latest-xl", "ubuntu-latest", "amplify-cli_windows-latest_8-core"]'
default: '["macos-latest-xlarge", "ubuntu-latest", "amplify-cli_windows-latest_8-core"]'
versions:
required: false
type: string
Expand Down

0 comments on commit 7b7e9f8

Please sign in to comment.