We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1043f commit b29db67Copy full SHA for b29db67
.github/workflows/ci.yml
@@ -343,7 +343,7 @@ jobs:
343
344
if [ "${build_host_linux_x86_64}" == "y" ]; then
345
MATRIX_TESTENVS+='{
346
- "name": "ubuntu-20.04-x86_64",
+ "name": "ubuntu-24.04-x86_64",
347
"runner": "zephyr-runner-v2-linux-x64-4xlarge",
348
"container": "ghcr.io/zephyrproject-rtos/ci:master",
349
"bundle-host": "linux-x86_64",
@@ -353,7 +353,7 @@ jobs:
353
354
if [ "${build_host_linux_aarch64}" == "y" ]; then
355
356
- "name": "ubuntu-20.04-aarch64",
+ "name": "ubuntu-24.04-aarch64",
357
"runner": "zephyr-runner-v2-linux-arm64-4xlarge",
358
359
"bundle-host": "linux-aarch64",
0 commit comments