From: Matt Corallo Date: Wed, 20 Mar 2024 13:30:23 +0000 (+0000) Subject: [Java] Upgrade Android deterministic build to Debian bookworm X-Git-Tag: v0.0.121.3^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-java;a=commitdiff_plain;h=916f3582d5ee32e27907054224e9f584e9135ac4 [Java] Upgrade Android deterministic build to Debian bookworm --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c519376..b16b22eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -576,7 +576,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:bullseye + container: debian:bookworm strategy: fail-fast: false steps: