Skip to content

Commit

Permalink
Update Doxygen to use latest ubuntu version and updated config file. (#…
Browse files Browse the repository at this point in the history
…234)

* Initialise variables in test before use

* Init variables in serializer tests

* Update uncrustify runner OS version

* Update doxygen config and doxygen used to latest

* Update brief and remove unused return description

* Update python version for latest ubuntu image
  • Loading branch information
AniruddhaKanhere authored Nov 23, 2022
1 parent 13d80aa commit 19d198c
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 79 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
path: ./
horrid_threshold: 10
doxygen:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run doxygen build
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Install Python3
uses: actions/setup-python@v2
with:
python-version: '3.7.10'
python-version: '3.11.0'
- name: Measure sizes
uses: FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
with:
Expand Down
Loading

0 comments on commit 19d198c

Please sign in to comment.