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

Resolve workflow failures #303

Closed koji-1009 closed 3 months ago

koji-1009 commented 7 months ago

I have resolved the failure of the action for two reasons.

  1. error due to comparison of bool values instead of String
  2. error due to macos-latest being an arm64 machine

The following log shows that test is failing on the main branch.

https://github.com/subosito/flutter-action/actions/runs/8522726374

bartekpacia commented 3 months ago

let's not use older macos, it's gonna get removed soon

koji-1009 commented 3 months ago

@bartekpacia I see #327, thank you maintenance.