Skip to content

Commit 22745f8

Browse files
committed
chore(ci): Update iOS simulator to iPhone SE (3rd generation) with iOS >=18.0
1 parent 221d0fe commit 22745f8

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.github/workflows/e2e-v2.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ concurrency:
1616
env:
1717
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
1818
MAESTRO_VERSION: '2.0.10'
19-
IOS_DEVICE: 'iPhone 16'
20-
IOS_VERSION: '18.1'
19+
IOS_DEVICE: 'iPhone SE (3rd generation)'
20+
IOS_VERSION: '>=18.0'
2121

2222
jobs:
2323
ready-to-merge-gate:
@@ -401,6 +401,10 @@ jobs:
401401
-timezone US/Pacific
402402
script: ./dev-packages/e2e-tests/cli.mjs ${{ matrix.platform }} --test
403403

404+
- name: List available iOS simulators
405+
if: ${{ matrix.platform == 'ios' }}
406+
run: xcrun simctl list devices available
407+
404408
- uses: futureware-tech/simulator-action@dab10d813144ef59b48d401cd95da151222ef8cd # pin@v4
405409
if: ${{ matrix.platform == 'ios' }}
406410
with:

.github/workflows/native-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- release/**
99
pull_request:
1010
types: [opened, synchronize, reopened, labeled]
11-
11+
1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}
1414
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
@@ -54,7 +54,7 @@ jobs:
5454
env:
5555
SCHEME: RNSentryCocoaTester
5656
CONFIGURATION: Release
57-
DESTINATION: 'platform=iOS Simulator,OS=latest,name=iPhone 16'
57+
DESTINATION: 'platform=iOS Simulator,OS=latest,name=iPhone SE (3rd generation)'
5858
run: |
5959
env NSUnbufferedIO=YES \
6060
xcodebuild -workspace *.xcworkspace \

.github/workflows/sample-application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ env:
1919
IOS_APP_ARCHIVE_PATH: sentry-react-native-sample.app.zip
2020
ANDROID_APP_ARCHIVE_PATH: sentry-react-native-sample.apk.zip
2121
REACT_NATIVE_SAMPLE_PATH: samples/react-native
22-
IOS_DEVICE: 'iPhone 16'
23-
IOS_VERSION: '18.1'
22+
IOS_DEVICE: 'iPhone SE (3rd generation)'
23+
IOS_VERSION: '>=18.0'
2424
ANDROID_API_LEVEL: '30'
2525

2626
jobs:

0 commit comments

Comments
 (0)