[Java] Upgrade Android deterministic build to Debian bookworm
[ldk-java] / .github / workflows / build.yml
index 86ed2579d60e3cdd8b295eb07e971dd396f29557..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:
@@ -698,7 +698,7 @@ jobs:
           git config --global user.email "ldk-ci@example.com"
           git config --global user.name "LDK CI"
           # Note this is a different endpoint, as we need one non-upstream commit!
-          git clone https://github.com/rghtningdevkit/ust-lightning
+          git clone https://github.com/lightningdevkit/rust-lightning
           cd rust-lightning
           git checkout origin/0.0.121-bindings
           cd ..