We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43ebbb7 + 9d5f391 commit c92d8b9Copy full SHA for c92d8b9
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=14.0", "--exclude=script/configs/exclude_xcode_deprecation.yaml,script/configs/xcode_warnings_exceptions.yaml"]
+ args: ["xcode-analyze", "--macos", "--macos-min-version=15.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