summaryrefslogtreecommitdiff
path: root/.github/actions/setup_toolchain
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-11-21 23:01:47 +0700
committerhathach <[email protected]>2024-11-21 23:01:47 +0700
commitf252ab4364a7fc017d3afd65d682bb07cde27803 (patch)
tree4f79eb7cbd488097bb59ab4e8ab50238e8e2d2d4 /.github/actions/setup_toolchain
parent01df8c36de16b21463085a96c3fb073237f968c5 (diff)
bump up gcc to 13.2
Diffstat (limited to '.github/actions/setup_toolchain')
-rw-r--r--.github/actions/setup_toolchain/action.yml2
1 files changed, 1 insertions, 1 deletions
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'