Skip to content

Commit dd2430c

Browse files
authored
Merge pull request #329 from lukaszstolarczuk/update-gha-labels
[CI] Update runner's label for GPU workflow
2 parents 3f67e0e + 6af9a12 commit dd2430c

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)