Skip to content

Commit 2e5d6f3

Browse files
authored
[ci] Check macOS 15 for Xcode analyzer warnings (#9427)
Xcode 16 is available in CI as of #8968. Check all packages for macOS 15 deprecations. The last bump #7544 Related flutter/plugins#5778 and flutter/flutter#102835 ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
1 parent d76cf68 commit 2e5d6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/targets/macos_platform_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tasks:
1515
- name: xcode analyze deprecation
1616
# Ensure we don't accidentally introduce deprecated code.
1717
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"]
18+
args: ["xcode-analyze", "--macos", "--macos-min-version=15.0", "--exclude=script/configs/exclude_xcode_deprecation.yaml,script/configs/xcode_warnings_exceptions.yaml"]
1919
- name: native test
2020
script: .ci/scripts/tool_runner.sh
2121
args: ["native-test", "--macos", "--xcode-warnings-exceptions=script/configs/xcode_warnings_exceptions.yaml"]

0 commit comments

Comments
 (0)