We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0f3cd commit 825066bCopy full SHA for 825066b
.github/workflows/ci.yml
@@ -132,7 +132,7 @@ jobs:
132
exit 1
133
fi
134
formatting:
135
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
136
steps:
137
- uses: actions/checkout@v2
138
- name: Check formatting
@@ -147,7 +147,7 @@ jobs:
147
- name: Setup Python for link verifier action
148
uses: actions/setup-python@v2
149
with:
150
- python-version: '3.8'
+ python-version: '3.11.0'
151
- name: Check Links
152
uses: FreeRTOS/CI-CD-GitHub-Actions/link-verifier@main
153
@@ -185,7 +185,7 @@ jobs:
185
- name: Install Python3
186
187
188
- python-version: '3.7.10'
189
- name: Measure sizes
190
uses: FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
191
0 commit comments