subosito / flutter-action

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

Some tests are failing #326

Closed bartekpacia closed 3 months ago

bartekpacia commented 3 months ago

Rigth now, tests of master are failing. It should be fixed before new contributions can be accepted.

bartekpacia commented 3 months ago

Breakage cause: macos-latest got moved from macos-13 to macos-14, which changed architecture from x86_64 to amd64.

https://github.com/actions/runner-images/issues/9741