diff options
| author | hathach <[email protected]> | 2023-03-05 15:42:05 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-05 15:42:05 +0700 |
| commit | 0a1a61bb6c921d033fc8bce0718b56e2d334323b (patch) | |
| tree | dbf09ff81d5a1599787f45039bb9856012b61e79 | |
| parent | 9824981ee80f38791ec8de2d26ab928a382e852f (diff) | |
try gcc 12.2 with macos
| -rw-r--r-- | .github/workflows/build_win_mac.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build_win_mac.yml b/.github/workflows/build_win_mac.yml index 46aa4a784..a4b0ad220 100644 --- a/.github/workflows/build_win_mac.yml +++ b/.github/workflows/build_win_mac.yml @@ -44,7 +44,7 @@ jobs: - name: Install ARM GCC uses: carlosperate/arm-none-eabi-gcc-action@v1 with: - release: '11.2-2022.02' + release: '12.2.Rel1' - name: Checkout TinyUSB uses: actions/checkout@v3 @@ -53,7 +53,7 @@ jobs: run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip - name: Get Dependencies - run: python3 tools/get_dependencies.py stm32f0 + run: python3 tools/get_dependencies.py stm32f4 - name: Build - run: python3 tools/build_family.py stm32f0 stm32f072disco + run: python3 tools/build_family.py stm32f4 stm32f411disco |
