Skip to content

Commit 7d5f16d

Browse files
Update Doxygen and CI runners to run on latest 22.04 ubuntu (#44)
* Update Doxygen and CI runners to run on latest 22.04 ubuntu * Make jump_buf local to each calling file
1 parent a06c46b commit 7d5f16d

File tree

3 files changed

+168
-81
lines changed

3 files changed

+168
-81
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
path: ./
5555
doxygen:
56-
runs-on: ubuntu-20.04
56+
runs-on: ubuntu-latest
5757
steps:
5858
- uses: actions/checkout@v2
5959
- name: Run doxygen build
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
path: ./
7272
formatting:
73-
runs-on: ubuntu-latest
73+
runs-on: ubuntu-20.04
7474
steps:
7575
- uses: actions/checkout@v2
7676
- name: Check formatting
@@ -116,7 +116,7 @@ jobs:
116116
- name: Install Python3
117117
uses: actions/setup-python@v2
118118
with:
119-
python-version: '3.7.10'
119+
python-version: '3.11.0'
120120
- name: Measure sizes
121121
uses: FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
122122
with:

0 commit comments

Comments
 (0)