DLTcollab/sse2neon

CI: Upgrade GNU Toolchain Versions for Arm32/Arm64

Closed this issue · 2 comments

Currently, the pre-built GNU toolchain for Arm-based CPUs used in our GitHub Actions is version GCC 11.2-2022.02, sourced from the Arm Developer website. Given that a more recent version, 13.3.Rel1, is now available on the same website, it's prudent to update our CI pipeline to this latest version to ensure our testing environment remains up-to-date.

jserv commented

carlosperate/arm-none-eabi-gcc-action is powerful to set-up the arm-none-eabi-gcc (GNU Arm Embedded Toolchain).

jserv commented

Arm GNU Toolchain version 14.2.Rel1 was released on December 10, 2024. It is time to move forward.