From d27f8ec08250e192c6fd382ae620de815bbbb43c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=A4rdian?= Date: Wed, 28 Aug 2024 12:26:33 +0200 Subject: [PATCH] CI: fix 'lxd-ubuntu-lts' naming (after moving it to 24.04/Noble) --- .github/workflows/autopkgtest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autopkgtest.yml b/.github/workflows/autopkgtest.yml index c67de0804..29581767f 100644 --- a/.github/workflows/autopkgtest.yml +++ b/.github/workflows/autopkgtest.yml @@ -14,7 +14,7 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - lxd-ubuntu-jammy: + lxd-ubuntu-lts: # The type of runner that the job will run on runs-on: ubuntu-24.04