Skip to content

Commit d7cd044

Browse files
mbrossardmathias-arm
authored andcommitted
Github Actions: Update CI to use Arm GNU Toolchain version 14.2.Rel1
1 parent 5ab4b91 commit d7cd044

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
strategy:
1313
matrix:
14-
gcc: ['13.2.Rel1']
14+
gcc: ['14.2.Rel1']
1515

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

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
strategy:
1313
matrix:
14-
gcc: ['13.2.Rel1']
14+
gcc: ['14.2.Rel1']
1515

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

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: windows-2019
88
strategy:
99
matrix:
10-
gcc: ['13.2.Rel1']
10+
gcc: ['14.2.Rel1']
1111

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

0 commit comments

Comments
 (0)