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

Split test cases by architecture #305

Open koji-1009 opened 1 month ago

koji-1009 commented 1 month ago

Since macos-latest has been updated to arm64 machines, test_print_output has been split between x64 and arm64. Flutter sdk for arm64 has been provided since v3.0.0, so only versions after v3.0.0 have been checked. By taking this action, we can continue to run test cases even if macos-13 is removed in the future.

ref #303 #304

penkzhou commented 3 weeks ago

@subosito hello, will you approve this change?