Skip to content

Commit 06e599e

Browse files
authored
chore: downgrade to macos-13 runner to let test passing with older detox version (#14065)
1 parent f2cde9e commit 06e599e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/callable-canary-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
prebuild-macos:
1616
uses: ./.github/workflows/callable-prebuild-amplify-js.yml
1717
with:
18-
runs_on: macos-latest
18+
runs_on: macos-13
1919
prebuild-samples-staging:
2020
secrets: inherit
2121
uses: ./.github/workflows/callable-prebuild-samples-staging.yml

.github/workflows/callable-e2e-test-detox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
e2e-test:
1919
name: E2E-Detox ${{ inputs.test_name }}
20-
runs-on: macos-latest
20+
runs-on: macos-13
2121
timeout-minutes: ${{ inputs.timeout_minutes }}
2222

2323
steps:

.github/workflows/callable-release-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
prebuild-macos:
1111
uses: ./.github/workflows/callable-prebuild-amplify-js.yml
1212
with:
13-
runs_on: macos-latest
13+
runs_on: macos-13
1414
prebuild-samples-staging:
1515
secrets: inherit
1616
uses: ./.github/workflows/callable-prebuild-samples-staging.yml

0 commit comments

Comments
 (0)