Skip to content

Commit 48d6723

Browse files
authored
Move CPU CI launches on the runner without PVC (#432)
* Update build_cpu.yml
1 parent a7340be commit 48d6723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414
if: github.repository == 'intel-innersource/frameworks.ai.mlir.mlir-extensions'
15-
runs-on: [self-hosted, pvc, glados]
15+
runs-on: [self-hosted, icx, glados]
1616
timeout-minutes: 450
1717

1818
env:

0 commit comments

Comments
 (0)