diff --git a/.github/integ-config/integ-all.yml b/.github/integ-config/integ-all.yml index be152886c9..24f2f24a09 100644 --- a/.github/integ-config/integ-all.yml +++ b/.github/integ-config/integ-all.yml @@ -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. diff --git a/.github/workflows/callable-canary-e2e.yml b/.github/workflows/callable-canary-e2e.yml index 29ae6e6115..7c820c601a 100644 --- a/.github/workflows/callable-canary-e2e.yml +++ b/.github/workflows/callable-canary-e2e.yml @@ -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 diff --git a/.github/workflows/callable-e2e-test-detox.yml b/.github/workflows/callable-e2e-test-detox.yml index 168f960c04..e9efa09f33 100644 --- a/.github/workflows/callable-e2e-test-detox.yml +++ b/.github/workflows/callable-e2e-test-detox.yml @@ -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: @@ -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: | diff --git a/.github/workflows/callable-release-verification.yml b/.github/workflows/callable-release-verification.yml index d5288a615b..30fd4b0c7e 100644 --- a/.github/workflows/callable-release-verification.yml +++ b/.github/workflows/callable-release-verification.yml @@ -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