From b88e6dca559fa744fabe021c362cad4199cde7a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Mon, 13 Jan 2025 12:03:34 +0100 Subject: [PATCH] github/workflows: Keep Debian builds on ubuntu-22.04 Debian container image builds are currently failing on Ubuntu 24.04 runners for Debian < 12. --- .github/workflows/debian.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debian.yaml b/.github/workflows/debian.yaml index 9f0a8a25..56e2328f 100644 --- a/.github/workflows/debian.yaml +++ b/.github/workflows/debian.yaml @@ -38,7 +38,7 @@ jobs: matrix: release: ['10', '11', '12', 'testing', 'unstable'] - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v4