Skip to content

Commit 4057158

Browse files
authored
Merge pull request #1438 from opensource-krzysztof/new-sles-v2
sles-15 is back
2 parents 9c35d11 + 7d612b9 commit 4057158

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/reusable_multi_numa.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
if: github.repository == 'oneapi-src/unified-memory-framework'
1919
strategy:
2020
matrix:
21-
# TODO: bring back SLES-15 when the machine is ready
22-
os: [ubuntu-22.04, rhel-9.1]
21+
os: [ubuntu-22.04, rhel-9.1, sles-15]
2322
build_type: [Debug, Release]
2423
shared_library: ['ON', 'OFF']
2524
name: Multi NUMA (${{matrix.os}}, build_type=${{matrix.build_type}}, shared=${{matrix.shared_library}})

0 commit comments

Comments
 (0)