Restore android builds to Debian bullseye v0.0.121.0
authorMatt Corallo <git@bluematt.me>
Sat, 27 Jan 2024 00:29:44 +0000 (00:29 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 29 Jan 2024 16:37:43 +0000 (16:37 +0000)
There was never a reason to upgrade, and while it doesn't matter,
I'm not upgrading locally yet.

.github/workflows/build.yml

index 1f10d9865e4912fb5ea4578d5e23963f4995f623..f6c46f92e3b4761a230e8871402b2fd87fe9bd9b 100644 (file)
@@ -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: