From 1bfd46bc71333e16b2ae0ea753b5dd02c051a987 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Mon, 31 Oct 2022 07:11:01 +0900 Subject: [PATCH] ci: codecov: Use zephyr-runner This commit updates the codecov workflow to use the new Kubernetes- based zephyr-runner. Signed-off-by: Stephanos Ioannidis --- .github/workflows/codecov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 45e136df739718..dc1db78dbb350d 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -10,7 +10,7 @@ concurrency: jobs: codecov: - runs-on: zephyr_runner + runs-on: zephyr-runner-linux-x64-4xlarge container: image: ghcr.io/zephyrproject-rtos/ci:v0.24.5 options: '--entrypoint /bin/bash'