Skip to content

Commit

Permalink
chore: use macos latest and iphone 15
Browse files Browse the repository at this point in the history
  • Loading branch information
Samaritan1011001 committed May 9, 2024
1 parent 39b0d28 commit 5028f80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/callable-canary-e2e.yml
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
2 changes: 1 addition & 1 deletion .github/workflows/callable-e2e-test-detox.yml
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
2 changes: 1 addition & 1 deletion .github/workflows/callable-release-verification.yml
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
2 changes: 1 addition & 1 deletion .github/workflows/push-integ-test.yml
Expand Up @@ -8,7 +8,7 @@ concurrency:
on:
push:
branches:
- ashwin-test-detox-iphone15
- manoj-update-detox-version

jobs:
e2e:
Expand Down

0 comments on commit 5028f80

Please sign in to comment.