diff options
| author | hathach <[email protected]> | 2024-11-21 23:01:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-11-21 23:01:47 +0700 |
| commit | f252ab4364a7fc017d3afd65d682bb07cde27803 (patch) | |
| tree | 4f79eb7cbd488097bb59ab4e8ab50238e8e2d2d4 /.github | |
| parent | 01df8c36de16b21463085a96c3fb073237f968c5 (diff) | |
bump up gcc to 13.2
Diffstat (limited to '.github')
| -rw-r--r-- | .github/actions/setup_toolchain/action.yml | 2 |
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' |
