diff options
| author | hathach <[email protected]> | 2023-03-06 11:16:21 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-06 11:16:21 +0700 |
| commit | 5c537c25f00dad43c4839ba1bffe7d9cd03cc87f (patch) | |
| tree | 7fa6f4c3dda81a7924a91c208a7d394a8d9028f8 /.github/workflows | |
| parent | 956d1c9c4e6c26e1c7de70c1c2e01a5380dd3dfe (diff) | |
change gcc to 10.3 due to freeRTOS warning
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_win_mac.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_win_mac.yml b/.github/workflows/build_win_mac.yml index a4b0ad220..4b899cfb6 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: '12.2.Rel1' + release: '10.3-2021.10' - name: Checkout TinyUSB uses: actions/checkout@v3 |
