diff --git a/.github/workflows/callable-canary-e2e.yml b/.github/workflows/callable-canary-e2e.yml index 29ae6e6115c..7c820c601a5 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 43f115e40a9..e9efa09f336 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: diff --git a/.github/workflows/callable-release-verification.yml b/.github/workflows/callable-release-verification.yml index d5288a615b2..30fd4b0c7e0 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 diff --git a/.github/workflows/push-integ-test.yml b/.github/workflows/push-integ-test.yml index 4c4ee16bf80..8a6a537be3f 100644 --- a/.github/workflows/push-integ-test.yml +++ b/.github/workflows/push-integ-test.yml @@ -8,7 +8,7 @@ concurrency: on: push: branches: - - ashwin-test-detox-iphone15 + - manoj-update-detox-version jobs: e2e: