Commit 4f83f58a authored by Stephanos Ioannidis's avatar Stephanos Ioannidis
Browse files

ci: codecov: Use zephyr-runner



This commit updates the codecov workflow to use the new Kubernetes-
based zephyr-runner.

Signed-off-by: default avatarStephanos Ioannidis <root@stephanos.io>
parent 7b03c378
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.23.3
      options: '--entrypoint /bin/bash'