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 599849d commit 8101e7bCopy full SHA for 8101e7b
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ env:
15
16
jobs:
17
unittest:
18
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
19
steps:
20
- name: Clone This Repo
21
uses: actions/checkout@v4
@@ -129,7 +129,7 @@ jobs:
129
exclude-dirs: source/portable/NetworkInterface/STM32
130
131
formatting:
132
133
134
- uses: actions/checkout@v4
135
- name: Check formatting
@@ -139,7 +139,7 @@ jobs:
139
140
141
doxygen:
142
143
144
145
- name: Run doxygen build
0 commit comments