google / webcrypto.dart

Cross-platform implementation of Web Cryptography APIs
https://pub.dev/packages/webcrypto
Apache License 2.0
71 stars 43 forks source link

Using macos-14 with github action #98

Closed koji-1009 closed 2 months ago

koji-1009 commented 3 months ago

By selecting macos-14, m1 machine is available. I have created a PR for the machine as it is expected to improve the speed of execution of Integration test. Also, I changed to ubuntu-latest because it seems to be hard to run Android integration test on m1 chip.

https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/ https://github.com/ReactiveCircus/android-emulator-runner/issues/350

link #93