From 13de6f1f79acbe4d072bf888d377134dbbf38f74 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Sat, 27 Jan 2024 00:29:44 +0000 Subject: [PATCH] Restore android builds to Debian bullseye There was never a reason to upgrade, and while it doesn't matter, I'm not upgrading locally yet. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f10d986..f6c46f92 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -560,7 +560,7 @@ jobs: android: runs-on: ubuntu-latest # Frankly, I'm not really sure why debian and ubuntu differ in the results here, they really shouldn't - container: debian:bookworm + container: debian:bullseye strategy: fail-fast: false steps: -- 2.30.2