diff options
| author | hathach <[email protected]> | 2025-05-12 15:40:58 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-05-12 15:40:58 +0700 |
| commit | 228b2dec1c29de2db531cc4eff98444b4221ca46 (patch) | |
| tree | dbd23bc5a5be5f16132b9bda1cfa20358d8682a7 /.github/actions/setup_toolchain/action.yml | |
| parent | 542e5b4550a01d034b78308d77c408ed89427513 (diff) | |
bump ci to gcc 14
Diffstat (limited to '.github/actions/setup_toolchain/action.yml')
| -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 850a3a06f..6fd5c9d4e 100644 --- a/.github/actions/setup_toolchain/action.yml +++ b/.github/actions/setup_toolchain/action.yml @@ -17,7 +17,7 @@ runs: if: inputs.toolchain == 'arm-gcc' uses: carlosperate/arm-none-eabi-gcc-action@v1 with: - release: '13.2.Rel1' + release: '14.2.Rel1' - name: Pull ESP-IDF docker if: inputs.toolchain == 'esp-idf' |
