From 648b22dbab03dcc52d0e12579c8c7b31abe5bd9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Tue, 25 Nov 2025 10:35:27 +0100 Subject: [PATCH] GitHub actions: add SLES 16.0 --- .github/workflows/linux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b80f33c71..72382f46d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -48,6 +48,7 @@ jobs: - registry.suse.com/suse/sle15:15.6 - registry.suse.com/suse/sle15:15.7 + - registry.suse.com/bci/bci-base:16.0 - ubuntu:22.04 - ubuntu:24.04