Skip to content

Commit 6b38cd2

Browse files
committed
chore(ci): Bump iOS simulator to 18.6
1 parent e2fa43d commit 6b38cd2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
1717
MAESTRO_VERSION: '1.41.0'
1818
IOS_DEVICE: 'iPhone 16'
19-
IOS_VERSION: '18.1'
19+
IOS_VERSION: '18.6'
2020

2121
jobs:
2222
diff_check:

.github/workflows/sample-application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
ANDROID_APP_ARCHIVE_PATH: sentry-react-native-sample.apk.zip
2020
REACT_NATIVE_SAMPLE_PATH: samples/react-native
2121
IOS_DEVICE: 'iPhone 16'
22-
IOS_VERSION: '18.1'
22+
IOS_VERSION: '18.6'
2323
ANDROID_API_LEVEL: '30'
2424

2525
jobs:

0 commit comments

Comments
 (0)