File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments