We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef20e88 commit d6957cbCopy full SHA for d6957cb
1 file changed
.github/workflows/build.yml
@@ -35,10 +35,10 @@ jobs:
35
36
echo "Found Project: $PROJECT"
37
echo "Found Scheme: $SCHEME"
38
-
+
39
xcodebuild -project "$PROJECT" \
40
-scheme "$SCHEME" \
41
-configuration Debug \
42
-skipMacroValidation \
43
- -destination "platform=iOS Simulator,name=iPhone 16 Pro,OS=18.4" \
+ -destination "platform=iOS Simulator,name=iPhone 16 Pro,OS=26.2" \
44
clean build
0 commit comments