We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06c46b commit 7d5f16dCopy full SHA for 7d5f16d
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
with:
54
path: ./
55
doxygen:
56
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
57
steps:
58
- uses: actions/checkout@v2
59
- name: Run doxygen build
@@ -70,7 +70,7 @@ jobs:
70
71
72
formatting:
73
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
74
75
76
- name: Check formatting
@@ -116,7 +116,7 @@ jobs:
116
- name: Install Python3
117
uses: actions/setup-python@v2
118
119
- python-version: '3.7.10'
+ python-version: '3.11.0'
120
- name: Measure sizes
121
uses: FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
122
0 commit comments