Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
strategy:
matrix:
os:
- {id: ubuntu-22.04, name: jammy}
- {id: ubuntu-24.04, name: noble}
compiler:
- '12.2.Rel1'
- '14.3.Rel1'
probe:
- '96b_carbon'
- 'blackpill-f401cc'
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
strategy:
matrix:
os:
- {id: ubuntu-22.04, name: jammy}
- {id: ubuntu-24.04, name: noble}
compiler:
- 'clang-13' # Native Clang compiler for the CI image
- 'clang-18' # Latest Clang compiler from the apt mirror
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
os:
- {id: ubuntu-24.04, name: noble}
arm-compiler:
- '14.2.Rel1'
- '14.3.Rel1'
probe:
- '96b_carbon'
- 'blackpill-f401cc'
Expand Down Expand Up @@ -402,7 +402,7 @@ jobs:
- name: Setup ARM GCC
uses: carlosperate/arm-none-eabi-gcc-action@v1
with:
release: '14.2.Rel1'
release: '14.3.Rel1'

# Install and setup a suitable Meson + Ninja
- name: Setup Meson + Ninja
Expand Down
Loading