Skip to content

Commit d442fbb

Browse files
committed
ci: Use CI image 'main' for running Linux tests
This commit updates the CI workflow to run Linux tests using the `main` tag of the CI image instead of `master` tag, which has not been updated in a while. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 08bc8d5 commit d442fbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ jobs:
329329
MATRIX_TESTENVS+='{
330330
"name": "ubuntu-20.04-x86_64",
331331
"runner": "zephyr-runner-v2-linux-x64-4xlarge",
332-
"container": "ghcr.io/zephyrproject-rtos/ci:master",
332+
"container": "ghcr.io/zephyrproject-rtos/ci:main",
333333
"bundle-host": "linux-x86_64",
334334
"bundle-archive": "tar.xz"
335335
},'
@@ -339,7 +339,7 @@ jobs:
339339
MATRIX_TESTENVS+='{
340340
"name": "ubuntu-20.04-aarch64",
341341
"runner": "zephyr-runner-v2-linux-arm64-4xlarge",
342-
"container": "ghcr.io/zephyrproject-rtos/ci:master",
342+
"container": "ghcr.io/zephyrproject-rtos/ci:main",
343343
"bundle-host": "linux-aarch64",
344344
"bundle-archive": "tar.xz"
345345
},'

0 commit comments

Comments
 (0)