Skip to content

Commit b44233a

Browse files
committed
Fix Xcode version
1 parent d46ccd3 commit b44233a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.pipelines/templates/use-xcode-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
parameters:
44
- name: xcodeVersion
55
type: string
6-
default: "14.3"
6+
default: "16.1"
77

88
steps:
99
- bash: |

cmake/ext_tests.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ function(add_test_target)
8686

8787
xctest_add_bundle(${ARG_TARGET} ${dummy_testee_target})
8888

89-
xctest_add_test("${ARG_TARGET}_xctest" ${ARG_TARGET})
89+
# xctest_add_test("${ARG_TARGET}_xctest" ${ARG_TARGET})
90+
# set_property(TARGET ${ARG_TARGET}_xctest PROPERTY LIBRARY_OUTPUT_DIRECTORY)
9091

9192
target_sources(${ARG_TARGET} PRIVATE
9293
${ARG_TEST_SOURCES}

tools/ci_build/github/azure-pipeline/templates/use-xcode-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
parameters:
44
- name: xcodeVersion
55
type: string
6-
default: "14.3"
6+
default: "16.1"
77

88
steps:
99
- bash: |

0 commit comments

Comments
 (0)