From 7d612b9f1bfb2ffcb53e72e5dce6ff4ae99df27f Mon Sep 17 00:00:00 2001 From: opensource-krzysztof <152877665+opensource-krzysztof@users.noreply.github.com> Date: Tue, 15 Jul 2025 13:27:55 +0200 Subject: [PATCH] sles-15 is back --- .github/workflows/reusable_multi_numa.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/reusable_multi_numa.yml b/.github/workflows/reusable_multi_numa.yml index be66a8ab8e..63075c6f95 100644 --- a/.github/workflows/reusable_multi_numa.yml +++ b/.github/workflows/reusable_multi_numa.yml @@ -18,8 +18,7 @@ jobs: if: github.repository == 'oneapi-src/unified-memory-framework' strategy: matrix: - # TODO: bring back SLES-15 when the machine is ready - os: [ubuntu-22.04, rhel-9.1] + os: [ubuntu-22.04, rhel-9.1, sles-15] build_type: [Debug, Release] shared_library: ['ON', 'OFF'] name: Multi NUMA (${{matrix.os}}, build_type=${{matrix.build_type}}, shared=${{matrix.shared_library}})