diff options
| author | hathach <[email protected]> | 2023-05-15 23:35:29 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-05-15 23:35:29 +0700 |
| commit | 792cf95f2d20be2908f87f4960edadcf10c207dd (patch) | |
| tree | 763f794ff9432098c6b04c4684ec7b373e6d2fc1 /.github/workflows | |
| parent | d7175ad834ff80978a560db9c3a5e21b0716029e (diff) | |
revert ci gcc to 11.2, update nrfx to version 2.11
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_arm.yml | 2 |
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 |
