Skip to content

Commit 50aeeea

Browse files
AniruddhaKanherepaulbartell
authored andcommitted
Update CI and doxygen config for 22.04 ubuntu version
1 parent 667cc64 commit 50aeeea

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
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
path: ./
4646
doxygen:
47-
runs-on: ubuntu-20.04
47+
runs-on: ubuntu-latest
4848
steps:
4949
- uses: actions/checkout@v2
5050
- name: Run doxygen build
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
path: ./
6363
formatting:
64-
runs-on: ubuntu-latest
64+
runs-on: ubuntu-20.04
6565
steps:
6666
- uses: actions/checkout@v2
6767
- name: Check formatting
@@ -108,7 +108,7 @@ jobs:
108108
- name: Install Python3
109109
uses: actions/setup-python@v2
110110
with:
111-
python-version: '3.7.10'
111+
python-version: '3.11.0'
112112
- name: Measure sizes
113113
uses: FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
114114
with:

0 commit comments

Comments
 (0)