Skip to content

Commit eab11dc

Browse files
committed
WIP
1 parent 4652967 commit eab11dc

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/e2e-self-hosted.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,10 @@ jobs:
4343
echo "System Architecture:"
4444
uname -m
4545
46-
# - name: Setup Xcode
47-
# uses: maxim-lobanov/setup-xcode@v1
48-
# with:
49-
# xcode-version: '16.4'
50-
5146
- name: Setup iOS Simulator
5247
run: |
5348
# Set simulator name (easy to change if needed)
54-
SIMULATOR_NAME="iPhone 16"
49+
SIMULATOR_NAME="iPhone 17"
5550
echo "SIMULATOR_NAME=$SIMULATOR_NAME" >> $GITHUB_ENV
5651
5752
# List available simulators
@@ -116,7 +111,7 @@ jobs:
116111
xcodebuild -workspace Bitkit.xcodeproj/project.xcworkspace \
117112
-scheme Bitkit \
118113
-configuration Debug \
119-
-destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' \
114+
-destination 'platform=iOS Simulator,name=iPhone 17,OS=latest' \
120115
-derivedDataPath DerivedData \
121116
-allowProvisioningUpdates \
122117
build

0 commit comments

Comments
 (0)