From 80dd2d0e574a007fa5b4218ca382e490191be9e8 Mon Sep 17 00:00:00 2001 From: opensource-krzysztof <152877665+opensource-krzysztof@users.noreply.github.com> Date: Fri, 11 Jul 2025 13:22:38 +0200 Subject: [PATCH] sles test update --- .github/workflows/reusable_multi_numa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable_multi_numa.yml b/.github/workflows/reusable_multi_numa.yml index be66a8ab8..f1071bdb6 100644 --- a/.github/workflows/reusable_multi_numa.yml +++ b/.github/workflows/reusable_multi_numa.yml @@ -19,7 +19,7 @@ jobs: 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-test] build_type: [Debug, Release] shared_library: ['ON', 'OFF'] name: Multi NUMA (${{matrix.os}}, build_type=${{matrix.build_type}}, shared=${{matrix.shared_library}})