bump up gcc, test macos uname

This commit is contained in:
hathach 2023-03-04 20:08:10 +07:00
parent 363fcc5b68
commit a99ee1b1a2
No known key found for this signature in database
GPG Key ID: F5D50C6D51D17CBA
1 changed files with 4 additions and 1 deletions

View File

@ -38,10 +38,13 @@ jobs:
with:
python-version: '3.x'
- if: matrix.os == 'macos-latest'
run: uname -a
- 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