Skip to content

Commit

Permalink
[ci] Increase deprecation check minimum to macOS 14 (#7544)
Browse files Browse the repository at this point in the history
Bump Xcode analyze minimum check version macOS 13 -> macOS 14.

The last bump #7431

Related flutter/plugins#5778 and flutter/flutter#102835
  • Loading branch information
jmagman authored Sep 9, 2024
1 parent 03623b6 commit bb53e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/targets/macos_platform_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tasks:
- name: xcode analyze deprecation
# Ensure we don't accidentally introduce deprecated code.
script: .ci/scripts/tool_runner.sh
args: ["xcode-analyze", "--macos", "--macos-min-version=13.0", "--exclude=script/configs/exclude_xcode_deprecation.yaml"]
args: ["xcode-analyze", "--macos", "--macos-min-version=14.0", "--exclude=script/configs/exclude_xcode_deprecation.yaml"]
- name: native test
script: .ci/scripts/tool_runner.sh
args: ["native-test", "--macos"]
Expand Down

0 comments on commit bb53e5d

Please sign in to comment.