diff --git a/.forgejo/workflows/build-artifacts.yml b/.forgejo/workflows/build-artifacts.yml index 9253528..f36645b 100644 --- a/.forgejo/workflows/build-artifacts.yml +++ b/.forgejo/workflows/build-artifacts.yml @@ -30,7 +30,7 @@ jobs: build-artifacts: name: Build deb-bootupd Artifacts runs-on: ubuntu-latest - container: + container: # Use Debian 13 (Trixie) since this is a Debian-focused project image: debian:13 steps: diff --git a/.forgejo/workflows/simple-build.yml b/.forgejo/workflows/simple-build.yml index 9197080..8c40f0f 100644 --- a/.forgejo/workflows/simple-build.yml +++ b/.forgejo/workflows/simple-build.yml @@ -13,7 +13,7 @@ on: jobs: build: runs-on: ubuntu-latest - container: + container: # Use Debian 13 (Trixie) since this is a Debian-focused project image: debian:13 steps: