We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667cc64 commit 50aeeeaCopy full SHA for 50aeeea
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
with:
45
path: ./
46
doxygen:
47
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
48
steps:
49
- uses: actions/checkout@v2
50
- name: Run doxygen build
@@ -61,7 +61,7 @@ jobs:
61
62
63
formatting:
64
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
65
66
67
- name: Check formatting
@@ -108,7 +108,7 @@ jobs:
108
- name: Install Python3
109
uses: actions/setup-python@v2
110
111
- python-version: '3.7.10'
+ python-version: '3.11.0'
112
- name: Measure sizes
113
uses: FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
114
0 commit comments