From f9ea09bd2958523dce9f78927f24794aad12d2ad Mon Sep 17 00:00:00 2001 From: Gjorgji Kjosev Date: Mon, 12 Aug 2024 00:16:41 +0100 Subject: [PATCH] chore: try the newer docker-android tag scheme --- .github/workflows/ccpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 20a1a99..97b47c3 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -23,8 +23,8 @@ jobs: needs: build runs-on: ubuntu-lastest container: - image: budtmo/docker-android-x86-10.0 - # options: --privileged + image: budtmo/docker-android:emulator_12.0 + options: --privileged steps: - uses: actions/checkout@v2 - name: prepare