try gcc 12.2 with macos

This commit is contained in:
hathach
2023-03-05 15:42:05 +07:00
parent 9824981ee8
commit 0a1a61bb6c

View File

@@ -44,7 +44,7 @@ jobs:
- name: Install ARM GCC - name: Install ARM GCC
uses: carlosperate/arm-none-eabi-gcc-action@v1 uses: carlosperate/arm-none-eabi-gcc-action@v1
with: with:
release: '11.2-2022.02' release: '12.2.Rel1'
- name: Checkout TinyUSB - name: Checkout TinyUSB
uses: actions/checkout@v3 uses: actions/checkout@v3
@@ -53,7 +53,7 @@ jobs:
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip
- name: Get Dependencies - name: Get Dependencies
run: python3 tools/get_dependencies.py stm32f0 run: python3 tools/get_dependencies.py stm32f4
- name: Build - name: Build
run: python3 tools/build_family.py stm32f0 stm32f072disco run: python3 tools/build_family.py stm32f4 stm32f411disco