From 0f85ce341238d47f5d478ab611f2a35f06ff3841 Mon Sep 17 00:00:00 2001 From: "Kozlowski, Marek" Date: Fri, 4 Jul 2025 06:17:26 +0000 Subject: [PATCH] ci: update dependencies * move to rhel 8.10 * move to sles 15.6 * require c++20 * update boost to 1.76 Signed-off-by: Kozlowski, Marek --- .github/docker/rhel.Dockerfile | 18 ++++++++++++ .github/docker/sles.Dockerfile | 25 ++++++++++++++-- .github/docker/ubuntu.Dockerfile | 49 +++++++++++++------------------ .github/docker/windows.Dockerfile | 9 +++--- .github/workflows/build-multi.yml | 5 ++-- CMakeLists.txt | 7 +++-- 6 files changed, 72 insertions(+), 41 deletions(-) diff --git a/.github/docker/rhel.Dockerfile b/.github/docker/rhel.Dockerfile index f06d60ad8..a29438dfd 100644 --- a/.github/docker/rhel.Dockerfile +++ b/.github/docker/rhel.Dockerfile @@ -3,3 +3,21 @@ ARG VMAJ ARG VMIN FROM ghcr.io/oneapi-src/level-zero-linux-compute/rhel:${VMAJ}.${VMIN} + +RUN <