From 5028f809aabcfdfe1fad445fd1d6b1d35fd50de9 Mon Sep 17 00:00:00 2001 From: ManojNB Date: Fri, 26 Apr 2024 13:31:08 -0700 Subject: [PATCH] chore: use macos latest and iphone 15 --- .github/workflows/callable-canary-e2e.yml | 2 +- .github/workflows/callable-e2e-test-detox.yml | 2 +- .github/workflows/callable-release-verification.yml | 2 +- .github/workflows/push-integ-test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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: