Skip to content

Commit 44ace61

Browse files
ashwinkumar6Ashwin Kumar
andauthored
chore(ci): upgrade gh macos runner to latest (#14194)
ci: upgrade gh macos runner to latest Co-authored-by: Ashwin Kumar <ashwsrir@amazon.com>
1 parent 0d50428 commit 44ace61

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

.github/integ-config/detox-integ-all.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
- test_name: 'integ_rn_ios_device_tracking'
66
working_directory: amplify-js-samples-staging/samples/react-native/auth/deviceTracking
77
timeout_minutes: 120
8-
# - test_name: 'integ_rn_ios_datastore_sqlite_adapter'
9-
# working_directory: ~/amplify-js-samples-staging/samples/react-native/datastore/SQLiteAdapter
10-
# - test_name: 'integ_rn_android_storage'
11-
# working_directory: ~/amplify-js-samples-staging/samples/react-native/storage/StorageApp
12-
# - test_name: 'integ_rn_android_storage_multipart_progress'
13-
# working_directory: ~/amplify-js-samples-staging/samples/react-native/storage/MultiPartUploadWithProgress
8+
- test_name: 'integ_rn_ios_datastore_sqlite_adapter'
9+
working_directory: amplify-js-samples-staging/samples/react-native/datastore/SQLiteAdapter
10+
timeout_minutes: 120

.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-13
18+
runs_on: macos-latest
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: 2 additions & 2 deletions
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-13
20+
runs-on: macos-latest
2121
timeout-minutes: ${{ inputs.timeout_minutes }}
2222

2323
steps:
@@ -46,7 +46,7 @@ jobs:
4646
shell: bash
4747
- name: Start iOS simulator (background)
4848
run: |
49-
xcrun simctl boot "iPhone 11" &
49+
xcrun simctl boot "iPhone 15" &
5050
shell: bash
5151
- name: Start Metro Packager (background)
5252
run: |

.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-13
13+
runs_on: macos-latest
1414
prebuild-samples-staging:
1515
secrets: inherit
1616
uses: ./.github/workflows/callable-prebuild-samples-staging.yml

0 commit comments

Comments
 (0)