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

chore: Add m1 chip macos machine #281

Closed koji-1009 closed 2 months ago

koji-1009 commented 3 months ago

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 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.

bartekpacia commented 2 months ago

Thanks for contributing!