Skip to content

Commit 049945a

Browse files
Update arm-none-eabi-gcc action version and release
1 parent 42bf422 commit 049945a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- uses: actions/checkout@v3
2222

2323
- name: arm-none-eabi-gcc install
24-
uses: carlosperate/arm-none-eabi-gcc-action@v1.6.0
24+
uses: carlosperate/arm-none-eabi-gcc-action@v1.11.1
2525
with:
26-
release: '12.2.Rel1'
26+
release: '13.2.Rel1'
2727

2828
- name: arm-none-eabi-gcc version
2929
run: arm-none-eabi-gcc --version

0 commit comments

Comments
 (0)