Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Github Actions: Update CI to use Arm GNU Toolchain version 13.2.Rel1
Browse files Browse the repository at this point in the history
mbrossard committed Feb 11, 2024
1 parent d1a52aa commit dd9add5
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
gcc: ['12.3.Rel1']
gcc: ['13.2.Rel1']

steps:
- name: Install Arm GNU Toolchain (arm-none-eabi-gcc)
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
gcc: ['12.3.Rel1']
gcc: ['13.2.Rel1']

steps:
- name: Install Arm GNU Toolchain (arm-none-eabi-gcc)
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ jobs:
runs-on: windows-2019
strategy:
matrix:
gcc: ['12.3.Rel1']
gcc: ['13.2.Rel1']

steps:
- name: Install Arm GNU Toolchain (arm-none-eabi-gcc)

0 comments on commit dd9add5

Please sign in to comment.