[Java] Upgrade Android deterministic build to Debian bookworm
authorMatt Corallo <git@bluematt.me>
Wed, 20 Mar 2024 13:30:23 +0000 (13:30 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 20 Mar 2024 13:30:23 +0000 (13:30 +0000)
.github/workflows/build.yml

index 3c5193766ee4a9a7c1f3a637a430e1cd3d2f791c..b16b22ebb10e2c969c7dad870d5412c81c97c8dd 100644 (file)
@@ -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: