Skip to content

Commit 94a24d9

Browse files
committed
Use simulator ID in build step
1 parent f721669 commit 94a24d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-bwa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
-workspace Bitwarden.xcworkspace \
142142
-scheme Authenticator \
143143
-configuration Debug \
144-
-destination "platform=iOS Simulator,name=$_SIMULATOR_NAME,OS=$_SIMULATOR_VERSION" \
144+
-destination "platform=iOS Simulator,name=$_SIMULATOR_NAME,OS=26.0.1" \
145145
-derivedDataPath build/DerivedData \
146146
-resultBundlePath "$_BUILD_RESULT_BUNDLE_PATH" \
147147
-quiet

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
-workspace Bitwarden.xcworkspace \
137137
-scheme Bitwarden \
138138
-configuration Debug \
139-
-destination "platform=iOS Simulator,name=$_SIMULATOR_NAME,OS=$_SIMULATOR_VERSION" \
139+
-destination "platform=iOS Simulator,id=$_SIMULATOR_ID" \
140140
-derivedDataPath build/DerivedData \
141141
-resultBundlePath "$_BUILD_RESULT_BUNDLE_PATH" \
142142
-quiet

0 commit comments

Comments
 (0)