Skip to content

Commit c83e341

Browse files
oxyshahmishal
authored andcommitted
[benchmark] bump minimum OS versions
(cherry picked from commit 942ea60)
1 parent d77c387 commit c83e341

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)