We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115cf05 commit cb5e381Copy full SHA for cb5e381
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
container:
14
# trying to be close to the f-droid build to detect failures early
15
- image: registry.gitlab.com/fdroid/fdroidserver:buildserver-bullseye
+ image: registry.gitlab.com/fdroid/fdroidserver:buildserver-bookworm
16
env:
17
ANDROID_HOME: /opt/android-sdk
18
steps:
0 commit comments