Skip to content

Commit d6957cb

Browse files
authored
Update iOS Simulator OS version in build.yml
1 parent ef20e88 commit d6957cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
3636
echo "Found Project: $PROJECT"
3737
echo "Found Scheme: $SCHEME"
38-
38+
3939
xcodebuild -project "$PROJECT" \
4040
-scheme "$SCHEME" \
4141
-configuration Debug \
4242
-skipMacroValidation \
43-
-destination "platform=iOS Simulator,name=iPhone 16 Pro,OS=18.4" \
43+
-destination "platform=iOS Simulator,name=iPhone 16 Pro,OS=26.2" \
4444
clean build

0 commit comments

Comments
 (0)