Skip to content

Commit 519fd42

Browse files
committed
make CI always use the latest release of arm-none-eabi-gcc
1 parent 59efedf commit 519fd42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: carlosperate/[email protected]
1414
with:
15-
release: '9-2020-q2' # The arm-none-eabi-gcc release to use.
15+
release: 'latest' # The arm-none-eabi-gcc release to use.
1616

1717
- uses: actions/setup-python@v5
1818
with:

.github/workflows/unix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: carlosperate/[email protected]
1818
with:
19-
release: '9-2020-q2' # The arm-none-eabi-gcc release to use.
19+
release: 'latest' # 9-2020-q2 The arm-none-eabi-gcc release to use.
2020

2121
- uses: actions/setup-python@v5
2222
with:

0 commit comments

Comments
 (0)