aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Fowles Kulukundis <matt.fowles@gmail.com>2022-12-15 14:13:10 -0500
committerGitHub <noreply@github.com>2022-12-15 14:13:10 -0500
commit8c543590a81277d30405d21d3c2a620c9318ab48 (patch)
treec5d34f81b46352636d8d9f4b5351a075426e576e
parentb9ec8b48b92ed98e719488037c9aa3028b370726 (diff)
parent872e785279b4495e72e794044356a00b654651e4 (diff)
downloadprotobuf-8c543590a81277d30405d21d3c2a620c9318ab48.tar.gz
Merge pull request #11320 from protocolbuffers/fowles-patch-1
Update iOS simulator to a supported version
-rwxr-xr-xobjectivec/Tests/CocoaPods/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/objectivec/Tests/CocoaPods/run_tests.sh b/objectivec/Tests/CocoaPods/run_tests.sh
index dfc0aa47d..2a8850ea7 100755
--- a/objectivec/Tests/CocoaPods/run_tests.sh
+++ b/objectivec/Tests/CocoaPods/run_tests.sh
@@ -128,7 +128,7 @@ do_test() {
# errors.
xcodebuild_args+=(
-sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
- -destination "platform=iOS Simulator,name=iPad Air (5th generation),OS=16.0"
+ -destination "platform=iOS Simulator,name=iPad Air (5th generation),OS=16.1"
)
fi