Skip to content

Commit 5a346af

Browse files
committed
[ci] Qualify the ci labels because when we have more runners it gets confused.
1 parent c8ace94 commit 5a346af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
debug_build: true
115115

116116
- name: selfh-ubu22-gcc12-runtime19-analyzers
117-
os: self-hosted #ubuntu-22.04
117+
os: [self-hosted, cuda]
118118
compiler: gcc-12
119119
clang-runtime: '19'
120120
coverage: true
@@ -193,7 +193,7 @@ jobs:
193193
cuda: true
194194

195195
- name: selfh-ubu22-clang16-runtime18-cuda
196-
os: self-hosted #ubuntu-22.04
196+
os: [self-hosted, cuda]
197197
runs-on: cuda
198198
compiler: clang-16
199199
clang-runtime: '18'

0 commit comments

Comments
 (0)