We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19c1b8 commit 7d612b9Copy full SHA for 7d612b9
1 file changed
.github/workflows/reusable_multi_numa.yml
@@ -18,8 +18,7 @@ jobs:
18
if: github.repository == 'oneapi-src/unified-memory-framework'
19
strategy:
20
matrix:
21
- # TODO: bring back SLES-15 when the machine is ready
22
- os: [ubuntu-22.04, rhel-9.1]
+ os: [ubuntu-22.04, rhel-9.1, sles-15]
23
build_type: [Debug, Release]
24
shared_library: ['ON', 'OFF']
25
name: Multi NUMA (${{matrix.os}}, build_type=${{matrix.build_type}}, shared=${{matrix.shared_library}})
0 commit comments