Skip to content

Commit 7fb670d

Browse files
authored
Merge pull request #67298 from apple/bump-deployment-version-benchmark
[5.9] [benchmark] bump minimum OS versions
2 parents 39f7736 + c83e341 commit 7fb670d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

benchmark/cmake/modules/AddSwiftBenchmarkSuite.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ macro(configure_sdks_darwin)
110110
set(appletvos_arch "arm64")
111111
set(watchos_arch "armv7k" "arm64_32")
112112

113-
set(macosx_ver "10.9")
114-
set(iphoneos_ver "8.0")
115-
set(appletvos_ver "9.1")
116-
set(watchos_ver "2.0")
113+
set(macosx_ver "10.13")
114+
set(iphoneos_ver "11.0")
115+
set(appletvos_ver "11.0")
116+
set(watchos_ver "4.0")
117117

118118
set(macosx_vendor "apple")
119119
set(iphoneos_vendor "apple")

0 commit comments

Comments
 (0)