From 916f3582d5ee32e27907054224e9f584e9135ac4 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Wed, 20 Mar 2024 13:30:23 +0000 Subject: [PATCH 1/1] [Java] Upgrade Android deterministic build to Debian bookworm --- .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 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: -- 2.30.2