diff --git a/.github/workflows/callable-canary-e2e.yml b/.github/workflows/callable-canary-e2e.yml index 7c820c601a5..29ae6e6115c 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-latest + runs_on: macos-12 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 8d430bb72c1..43f115e40a9 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-latest + runs-on: macos-12 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 30fd4b0c7e0..d5288a615b2 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-latest + runs_on: macos-12 prebuild-samples-staging: secrets: inherit uses: ./.github/workflows/callable-prebuild-samples-staging.yml