Skip to content

Commit 6af9a12

Browse files
[CI] Update runner's label for GPU workflow
1 parent 33f39be commit 6af9a12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/gpu.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
os: ['ubuntu-22.04']
2120
build_type: [Release]
2221
compiler: [{c: gcc, cxx: g++}]
2322
shared_library: ['ON', 'OFF']
24-
runs-on: level_zero
23+
runs-on: [ "DSS-LEVEL_ZERO", "DSS-UBUNTU" ]
2524

2625
steps:
2726
- name: Checkout

0 commit comments

Comments
 (0)