subosito / flutter-action

Flutter environment for use in GitHub Actions. It works on Linux, Windows, and macOS.
MIT License
2.16k stars 191 forks source link

Remove macos-14 from matrix #304

Open koji-1009 opened 1 month ago

koji-1009 commented 1 month ago

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.