From f252ab4364a7fc017d3afd65d682bb07cde27803 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 21 Nov 2024 23:01:47 +0700 Subject: bump up gcc to 13.2 --- .github/actions/setup_toolchain/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/actions/setup_toolchain/action.yml b/.github/actions/setup_toolchain/action.yml index 5b9bc95ce..40dbd87b2 100644 --- a/.github/actions/setup_toolchain/action.yml +++ b/.github/actions/setup_toolchain/action.yml @@ -20,7 +20,7 @@ runs: if: inputs.toolchain == 'arm-gcc' uses: carlosperate/arm-none-eabi-gcc-action@v1 with: - release: '12.3.Rel1' + release: '13.2.Rel1' - name: Pull ESP-IDF docker if: inputs.toolchain == 'esp-idf' -- cgit v1.3.1