Skip to content

Commit aa34f12

Browse files
committed
CI: Bump GCC to 13.3.Rel1.
1 parent 0f81e31 commit aa34f12

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/cmake.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,15 @@ jobs:
5656
path: pico-extras
5757
submodules: false # lwip breaks audio submodule fetching
5858

59+
- name: Install Arm GNU Toolchain (arm-none-eabi-gcc)
60+
uses: carlosperate/arm-none-eabi-gcc-action@v1
61+
with:
62+
release: '13.3.Rel1'
63+
5964
# Linux deps
6065
- name: Install deps
61-
if: runner.os == 'Linux'
6266
run: |
63-
sudo apt update && sudo apt install ccache gcc-arm-none-eabi
67+
sudo apt update && sudo apt install ccache
6468
6569
- name: Create Build Environment
6670
run: cmake -E make_directory ${{runner.workspace}}/build

.github/workflows/micropython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Install Arm GNU Toolchain (arm-none-eabi-gcc)
7272
uses: carlosperate/arm-none-eabi-gcc-action@v1
7373
with:
74-
release: '9-2020-q2'
74+
release: '13.3.Rel1'
7575

7676
- name: Install CCache
7777
run: |

0 commit comments

Comments
 (0)