From b996fa7eef1f6c275328646c2bf5f566e8258903 Mon Sep 17 00:00:00 2001 From: XiangRongLin <41164160+XiangRongLin@users.noreply.github.com> Date: Wed, 23 Jun 2021 20:16:23 +0200 Subject: [PATCH] Add comments explaining decisions in test-android ci job --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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