8000 Github Actions: Update CI to use Arm GNU Toolchain version 12.2.Rel1 · ARMmbed/DAPLink@8b16905 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b16905

Browse files
mbrossardmathias-arm
authored andcommitted
Github Actions: Update CI to use Arm GNU Toolchain version 12.2.Rel1
1 parent 77f239a commit 8b16905

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:
14-
gcc: ['10.3-2021.10']
14+
gcc: ['12.2.Rel1']
1515

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

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:
14-
gcc: ['10.3-2021.10']
14+
gcc: ['12.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: ['10.3-2021.10']
10+
gcc: ['12.2.Rel1']
1111

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

0 commit comments

Comments
 (0)
0