Update build_arm.yml

try bump up gcc to 12
This commit is contained in:
Ha Thach 2023-05-15 14:39:49 +07:00 committed by GitHub
parent 9fd0fee458
commit 9f5b08dc93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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