bump up gcc to 13.2

This commit is contained in:
hathach
2024-11-21 23:01:47 +07:00
parent 01df8c36de
commit f252ab4364
2 changed files with 2 additions and 2 deletions

View File

@@ -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'