Skip to content

Commit 0a1a61b

Browse files
committed
try gcc 12.2 with macos
1 parent 9824981 commit 0a1a61b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_win_mac.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install ARM GCC
4545
uses: carlosperate/arm-none-eabi-gcc-action@v1
4646
with:
47-
release: '11.2-2022.02'
47+
release: '12.2.Rel1'
4848

4949
- name: Checkout TinyUSB
5050
uses: actions/checkout@v3
@@ -53,7 +53,7 @@ jobs:
5353
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip
5454

5555
- name: Get Dependencies
56-
run: python3 tools/get_dependencies.py stm32f0
56+
run: python3 tools/get_dependencies.py stm32f4
5757

5858
- name: Build
59-
run: python3 tools/build_family.py stm32f0 stm32f072disco
59+
run: python3 tools/build_family.py stm32f4 stm32f411disco

0 commit comments

Comments
 (0)