Skip to content

Commit 825066b

Browse files
AniruddhaKanherepaulbartell
authored andcommitted
Update doxygen config and CI runners to use latest 22.04 ubuntu version
1 parent ef0f3cd commit 825066b

File tree

2 files changed

+167
-80
lines changed

2 files changed

+167
-80
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
exit 1
133133
fi
134134
formatting:
135-
runs-on: ubuntu-latest
135+
runs-on: ubuntu-20.04
136136
steps:
137137
- uses: actions/checkout@v2
138138
- name: Check formatting
@@ -147,7 +147,7 @@ jobs:
147147
- name: Setup Python for link verifier action
148148
uses: actions/setup-python@v2
149149
with:
150-
python-version: '3.8'
150+
python-version: '3.11.0'
151151
- name: Check Links
152152
uses: FreeRTOS/CI-CD-GitHub-Actions/link-verifier@main
153153
with:
@@ -185,7 +185,7 @@ jobs:
185185
- name: Install Python3
186186
uses: actions/setup-python@v2
187187
with:
188-
python-version: '3.7.10'
188+
python-version: '3.11.0'
189189
- name: Measure sizes
190190
uses: FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
191191
with:

0 commit comments

Comments
 (0)