diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c78a0e08..8065d5e6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,9 +46,11 @@ jobs: # Disabled until emulator works again. see https://github.com/TeamNewPipe/NewPipe/pull/6560 # test-android: + # macos has hardware acceleration. See android-emulator-runner action # runs-on: macos-latest # strategy: # matrix: + # api-level 19 is min sdk, but throws errors related to desugaring # api-level: [21, 29] # steps: # - uses: actions/checkout@v2