From 257343fd38b4e98a55c2dc5236bea7526a918dcb Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 30 Nov 2024 23:35:51 +0100 Subject: [PATCH] Switch the clang-15 builds to debian:stable since the package was dropped from unstable Signed-off-by: Haru --- .github/workflows/clang15_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang15_test.yml b/.github/workflows/clang15_test.yml index 8076fdcc81c..79c57554b5c 100644 --- a/.github/workflows/clang15_test.yml +++ b/.github/workflows/clang15_test.yml @@ -32,7 +32,7 @@ jobs: cancel-in-progress: true container: - image: debian:unstable + image: debian:stable services: mariadb: image: mariadb:latest