summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-04-23 11:17:20 +0700
committerhathach <[email protected]>2024-04-23 11:17:20 +0700
commit81cdf3ce554674a3c7c71f1f59996a0f3092dc61 (patch)
tree25db0e0a56a4b8e35bdb72c090b2f5433fccd0ce /.github/workflows
parent71e0fd11c8e0da9df7688fdfbfe33d49f4687fbf (diff)
bump up gcc to 12.3
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cmake_arm.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml
index 21f4c2324..512db64cf 100644
--- a/.github/workflows/cmake_arm.yml
+++ b/.github/workflows/cmake_arm.yml
@@ -66,7 +66,7 @@ jobs:
- name: Install ARM GCC
uses: carlosperate/arm-none-eabi-gcc-action@v1
with:
- release: '11.2-2022.02'
+ release: '12.3.Rel1'
- name: Checkout TinyUSB
uses: actions/checkout@v4
@@ -129,7 +129,7 @@ jobs:
- 'lpc54 lpc55'
#- 'mcx' not working with gcc anymore, need to fix this first
- 'nrf'
- - 'ra'
+ #- 'ra' port later
- 'rp2040'
- 'samd21'
- 'samd51'