Skip to content

Commit 665fd24

Browse files
committed
Use selfhosted runners
1 parent 07f8c5b commit 665fd24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ur-build-offload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build_type: [Release]
1414
compiler: [{c: gcc, cxx: g++}]
1515

16-
runs-on: "ubuntu-24.04"
16+
runs-on: [ "self-hosted", "Linux", "build" ]
1717
container:
1818
image: 'ghcr.io/intel/llvm/ubuntu2404_base'
1919

0 commit comments

Comments
 (0)