Skip to content

Commit

Permalink
chore: update macos version to latest (#13350)
Browse files Browse the repository at this point in the history
* chore: pin to use macos 12 in gh actions

* test actions

* chore: use macos latest and iphone 15

* chore: revert custom branch name

* chore: revert integ test changes

---------

Co-authored-by: Ashwin Kumar <ashwsrir@amazon.com>
  • Loading branch information
Samaritan1011001 and Ashwin Kumar committed May 14, 2024
1 parent 24a7647 commit 09b14ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/integ-config/integ-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,6 @@ tests:
spec: sign-in-with-oauth
browser: [chrome]
backend: gen2


# DISABLED Angular/Vue tests:
# TODO: delete tests or add custom ui logic to support them.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/callable-canary-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
prebuild-macos:
uses: ./.github/workflows/callable-prebuild-amplify-js.yml
with:
runs_on: macos-12
runs_on: macos-latest
prebuild-samples-staging:
secrets: inherit
uses: ./.github/workflows/callable-prebuild-samples-staging.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/callable-e2e-test-detox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
e2e-test:
name: E2E-Detox ${{ inputs.test_name }}
runs-on: macos-12
runs-on: macos-latest
timeout-minutes: ${{ inputs.timeout_minutes }}

steps:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
shell: bash
- name: Start iOS simulator (background)
run: |
xcrun simctl boot "iPhone 11" &
xcrun simctl boot "iPhone 15" &
shell: bash
- name: Start Metro Packager (background)
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/callable-release-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
prebuild-macos:
uses: ./.github/workflows/callable-prebuild-amplify-js.yml
with:
runs_on: macos-12
runs_on: macos-latest
prebuild-samples-staging:
secrets: inherit
uses: ./.github/workflows/callable-prebuild-samples-staging.yml
Expand Down

0 comments on commit 09b14ed

Please sign in to comment.