From: Florian Forster Date: Fri, 24 Nov 2023 07:55:34 +0000 (+0100) Subject: Distcheck action: use Debian 11 ("Bullseye") for now. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d3afc1aaa150c2b3825086cf323d12664e63fc1;p=thirdparty%2Fcollectd.git Distcheck action: use Debian 11 ("Bullseye") for now. Debian 12 does not compile yet. --- diff --git a/.github/workflows/distcheck.yml b/.github/workflows/distcheck.yml index fcfe42bb7..692edc772 100644 --- a/.github/workflows/distcheck.yml +++ b/.github/workflows/distcheck.yml @@ -16,7 +16,7 @@ defaults: jobs: build: runs-on: ubuntu-latest - container: collectd/ci:bookworm_amd64 + container: collectd/ci:bullseye_amd64 env: MAKEFLAGS: "-j$(nproc) -sk" # this env var picked up by valgrind during make check phase