Currently, macos-latest refers to macos-12.
After Q2 Since FY24 (April - June 2024), macos-latest will refer to macos-14.
For this reason, I have added [macos-latest, macos-13, macos-14] to the list to be tested; once macos-latest references macos-14, I will create a PR to change the list to [macos-latest, macos-13].
This change allows us to check that flutter-action works in both intel mac and m1 mac environments.
https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/ With
macos-14
, the m1 environment (arm64 environment) is available.https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
Currently,
macos-latest
refers tomacos-12
. After Q2 Since FY24 (April - June 2024),macos-latest
will refer tomacos-14
.For this reason, I have added
[macos-latest, macos-13, macos-14]
to the list to be tested; once macos-latest references macos-14, I will create a PR to change the list to[macos-latest, macos-13]
. This change allows us to check that flutter-action works in both intel mac and m1 mac environments.