We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff5b10e + 4841ada commit b6b17d8Copy full SHA for b6b17d8
1 file changed
.ci/targets/macos_platform_tests.yaml
@@ -15,7 +15,7 @@ tasks:
15
- name: xcode analyze deprecation
16
# Ensure we don't accidentally introduce deprecated code.
17
script: .ci/scripts/tool_runner.sh
18
- args: ["xcode-analyze", "--macos", "--macos-min-version=15.0", "--exclude=script/configs/exclude_xcode_deprecation.yaml,script/configs/xcode_warnings_exceptions.yaml"]
+ args: ["xcode-analyze", "--macos", "--macos-min-version=14.0", "--exclude=script/configs/exclude_xcode_deprecation.yaml,script/configs/xcode_warnings_exceptions.yaml"]
19
- name: native test
20
21
args: ["native-test", "--macos", "--xcode-warnings-exceptions=script/configs/xcode_warnings_exceptions.yaml"]
0 commit comments