zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.92k stars 6.65k forks source link

github: workflows: fix clang and twister workflows to unblock CI #81686

Open cfriedt opened 1 day ago

cfriedt commented 1 day ago

For quite some time, clang-build and twister jobs have failed in CI on v2.7-branch.

Update the runs-on group to use the same runners in the main branch.

Fixes #81687