diff options
| author | Ha Thach <[email protected]> | 2023-05-15 14:39:49 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-15 14:39:49 +0700 |
| commit | 9f5b08dc93176485c5a4d9ce58271e22f765d976 (patch) | |
| tree | a1423588bd9ca300ed7c1159cd71dccc042b47a7 | |
| parent | 9fd0fee458759c49acbeab6b9382df287620e532 (diff) | |
Update build_arm.yml
try bump up gcc to 12
| -rw-r--r-- | .github/workflows/build_arm.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml index f0b01b43d..565fc3f27 100644 --- a/.github/workflows/build_arm.yml +++ b/.github/workflows/build_arm.yml @@ -58,7 +58,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 |
