From: Matt Corallo Date: Sat, 27 Jan 2024 00:29:44 +0000 (+0000) Subject: Restore android builds to Debian bullseye X-Git-Tag: v0.0.121.0^0 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-java;a=commitdiff_plain;h=13de6f1f79acbe4d072bf888d377134dbbf38f74 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. --- 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: