summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-03-04 20:08:10 +0700
committerhathach <[email protected]>2023-03-04 20:08:10 +0700
commita99ee1b1a238b3edc6f2511543ffed2a3a1b657e (patch)
treeab0dd707d3d233f370062aad0fb49356b5ef43dc
parent363fcc5b6816c98c0e3e951f17a108c35fbd86da (diff)
bump up gcc, test macos uname
-rw-r--r--.github/workflows/build_win_mac.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/build_win_mac.yml b/.github/workflows/build_win_mac.yml
index c3aaa316a..c2e961f23 100644
--- a/.github/workflows/build_win_mac.yml
+++ b/.github/workflows/build_win_mac.yml
@@ -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