summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-05-15 23:35:29 +0700
committerhathach <[email protected]>2023-05-15 23:35:29 +0700
commit792cf95f2d20be2908f87f4960edadcf10c207dd (patch)
tree763f794ff9432098c6b04c4684ec7b373e6d2fc1 /.github
parentd7175ad834ff80978a560db9c3a5e21b0716029e (diff)
revert ci gcc to 11.2, update nrfx to version 2.11
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_arm.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml
index 565fc3f27..f0b01b43d 100644
--- a/.github/workflows/build_arm.yml
+++ b/.github/workflows/build_arm.yml
@@ -58,7 +58,7 @@ jobs:
- name: Install ARM GCC
uses: carlosperate/arm-none-eabi-gcc-action@v1
with:
- release: '12.2.Rel1'
+ release: '11.2-2022.02'
- name: Checkout TinyUSB
uses: actions/checkout@v3