Skip to content

Commit a99ee1b

Browse files
committed
bump up gcc, test macos uname
1 parent 363fcc5 commit a99ee1b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_win_mac.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,13 @@ jobs:
3838
with:
3939
python-version: '3.x'
4040

41+
- if: matrix.os == 'macos-latest'
42+
run: uname -a
43+
4144
- name: Install ARM GCC
4245
uses: carlosperate/arm-none-eabi-gcc-action@v1
4346
with:
44-
release: '11.2-2022.02'
47+
release: '12.2.Rel1'
4548

4649
- name: Checkout TinyUSB
4750
uses: actions/checkout@v3

0 commit comments

Comments
 (0)