Skip to content

Commit

Permalink
Github Actions: Update CI to use Arm GNU Toolchain version 13.2.Rel1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrossard committed Feb 13, 2024
1 parent 5fd34f6 commit 6cf8b1e
Show file tree
Hide file tree
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
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6cf8b1e

Please sign in to comment.