Skip to content

Commit d034961

Browse files
authored
[infra] Use github-hosted runner for onecc (#16452)
This commit uses github-hosted runner instead of self-hosted runner for onecc build test. ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
1 parent 4f7b55a commit d034961

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-onecc-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
# TODO enable focal when possible
4949
# refer https://github.com/Samsung/ONE/issues/16196
5050
ubuntu_code: ['jammy', 'noble']
51-
runs-on: one-x64-linux
51+
runs-on: ubuntu-latest
5252
container:
53-
image: samsungonedev.azurecr.io/nnfw/one-devtools:${{ matrix.ubuntu_code }}
53+
image: nnfw/one-devtools:${{ matrix.ubuntu_code }}
5454
options: --user root
5555
env:
5656
NNCC_WORKSPACE : build

0 commit comments

Comments
 (0)