Skip to content

Commit bb53e5d

Browse files
authored
[ci] Increase deprecation check minimum to macOS 14 (#7544)
Bump Xcode analyze minimum check version macOS 13 -> macOS 14. The last bump #7431 Related flutter/plugins#5778 and flutter/flutter#102835
1 parent 03623b6 commit bb53e5d

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=13.0", "--exclude=script/configs/exclude_xcode_deprecation.yaml"]
18+
args: ["xcode-analyze", "--macos", "--macos-min-version=14.0", "--exclude=script/configs/exclude_xcode_deprecation.yaml"]
1919
- name: native test
2020
script: .ci/scripts/tool_runner.sh
2121
args: ["native-test", "--macos"]

0 commit comments

Comments
 (0)