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.
2 parents 22202b4 + 5d5a6f8 commit 25375c6Copy full SHA for 25375c6
1 file changed
.github/workflows/reusable_multi_numa.yml
@@ -18,7 +18,8 @@ jobs:
18
if: github.repository == 'oneapi-src/unified-memory-framework'
19
strategy:
20
matrix:
21
- os: [ubuntu-22.04, rhel-9.1, sles-15]
+ # TODO: bring back SLES-15 when the machine is ready
22
+ os: [ubuntu-22.04, rhel-9.1]
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