flutter-action
flutter-action copied to clipboard
Remove macos-14 from matrix
Remove the macos-14 designation from matrix because macos-latest is now macos-14.
The test_print_output
is not updated to macos-latest because the test assumes that it works on intel mac.
https://github.blog/changelog/2024-04-01-macos-14-sonoma-is-generally-available-and-the-latest-macos-runner-image/
ref: https://github.com/subosito/flutter-action/pull/281
Intended to be merged after https://github.com/subosito/flutter-action/pull/303. The CI fix and macos-14 removal can be done at the same time, but split because the main purpose of the PR is different.