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 8a40704Copy full SHA for 8a40704
.github/workflows/reusable_multi_numa.yml
@@ -19,7 +19,7 @@ jobs:
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