bluefireteam / audioplayers

A Flutter package to play multiple audio files simultaneously (Android/iOS/web/Linux/Windows/macOS)
https://pub.dartlang.org/packages/audioplayers
MIT License
2.01k stars 845 forks source link

feat: Use ubuntu-latest for Android tests #1747

Closed Gustl22 closed 9 months ago

Gustl22 commented 10 months ago

See: https://github.com/actions/runner-images/discussions/7191

Description

Due to lack of nested virtualization (hardware acceleration), the Android tests had to be executed on MacOS. Since a GitHub update they should be executable on ubuntu-runners.

Checklist

Breaking Change

Related Issues