We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab4b91 commit d7cd044Copy full SHA for d7cd044
.github/workflows/linux.yml
@@ -8,10 +8,10 @@ on:
8
9
jobs:
10
build:
11
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
12
strategy:
13
matrix:
14
- gcc: ['13.2.Rel1']
+ gcc: ['14.2.Rel1']
15
16
steps:
17
- name: Install Arm GNU Toolchain (arm-none-eabi-gcc)
.github/workflows/pr.yml
.github/workflows/windows.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: windows-2019
0 commit comments