Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 09bace4

Browse files
committed
gha: Bump arm cross compiler version to 14.3.Rel1
1 parent 65a0221 commit 09bace4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
os:
3333
- {id: ubuntu-22.04, name: jammy}
3434
compiler:
35-
- '12.2.Rel1'
35+
- '14.3.Rel1'
3636
probe:
3737
- '96b_carbon'
3838
- 'blackpill-f401cc'

.github/workflows/build-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
os:
3636
- {id: ubuntu-24.04, name: noble}
3737
arm-compiler:
38-
- '14.2.Rel1'
38+
- '14.3.Rel1'
3939
probe:
4040
- '96b_carbon'
4141
- 'blackpill-f401cc'
@@ -402,7 +402,7 @@ jobs:
402402
- name: Setup ARM GCC
403403
uses: carlosperate/arm-none-eabi-gcc-action@v1
404404
with:
405-
release: '14.2.Rel1'
405+
release: '14.3.Rel1'
406406

407407
# Install and setup a suitable Meson + Ninja
408408
- name: Setup Meson + Ninja

0 commit comments

Comments
 (0)