99
1010jobs :
1111 build-check-demos :
12- runs-on : ubuntu-20.04
12+ runs-on : ubuntu-latest
1313 steps :
1414 - name : Clone This Repo
1515 uses : actions/checkout@v2
4444 make -C build/ help | grep demo | tr -d '. ' | xargs make -C build/
4545 make -C demos/jobs/jobs_demo_mosquitto
4646 build-check-demos-cpp :
47- runs-on : ubuntu-20.04
47+ runs-on : ubuntu-latest
4848 steps :
4949 - name : Clone This Repo
5050 uses : actions/checkout@v2
8787 run : |
8888 make -C build/ help | grep demo | tr -d '. ' | xargs make -C build/
8989 build-check-install :
90- runs-on : ubuntu-20.04
90+ runs-on : ubuntu-latest
9191 steps :
9292 - name : Clone This Repo
9393 uses : actions/checkout@v2
@@ -160,7 +160,7 @@ jobs:
160160 # Each line of install_manifest.txt contains the location of an installed library or header
161161 done <install_manifest.txt
162162 complexity :
163- runs-on : ubuntu-20.04
163+ runs-on : ubuntu-latest
164164 steps :
165165 - uses : actions/checkout@v2
166166 - name : Setup
@@ -170,7 +170,7 @@ jobs:
170170 find platform/ \( -iname '*.c' ! -wholename '*test*' \) |\
171171 xargs complexity --scores --threshold=0 --horrid-threshold=8
172172 spell-check :
173- runs-on : ubuntu-20.04
173+ runs-on : ubuntu-latest
174174 steps :
175175 - uses : actions/checkout@v2
176176 - name : Install spell
@@ -189,7 +189,7 @@ jobs:
189189 fi
190190 done
191191 formatting :
192- runs-on : ubuntu-20.04
192+ runs-on : ubuntu-latest
193193 steps :
194194 - uses : actions/checkout@v2
195195 - name : Check formatting
@@ -226,7 +226,7 @@ jobs:
226226 path : ./doxygen.zip
227227 retention-days : 2
228228 git-secrets :
229- runs-on : ubuntu-20.04
229+ runs-on : ubuntu-latest
230230 steps :
231231 - uses : actions/checkout@v2
232232 with :
@@ -244,7 +244,7 @@ jobs:
244244 git-secrets --register-aws
245245 git-secrets --scan
246246 link-verifier :
247- runs-on : ubuntu-20.04
247+ runs-on : ubuntu-latest
248248 steps :
249249 - uses : actions/checkout@v2
250250 with :
@@ -263,7 +263,7 @@ jobs:
263263 include-file-types : .c,.h,.dox
264264 allowlist-file : ./.github/links_allowlist.txt
265265 verify-manifest :
266- runs-on : ubuntu-20.04
266+ runs-on : ubuntu-latest
267267 steps :
268268 - uses : actions/checkout@v2
269269 with :
0 commit comments