Skip to content

Commit ad5ace9

Browse files
committed
Update CI
1 parent f9811ec commit ad5ace9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515
style:
1616
name: style
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v3
@@ -33,7 +33,7 @@ jobs:
3333
- stable
3434
features:
3535
- stm32f745,ptp
36-
runs-on: ubuntu-20.04
36+
runs-on: ubuntu-latest
3737
steps:
3838
- name: Checkout
3939
uses: actions/checkout@v3
@@ -51,7 +51,7 @@ jobs:
5151
# Compilation
5252
build:
5353
name: build
54-
runs-on: ubuntu-20.04
54+
runs-on: ubuntu-latest
5555
strategy:
5656
matrix:
5757
target:
@@ -93,7 +93,7 @@ jobs:
9393
9494
build-feature-mixer:
9595
name: build-feature-mixer
96-
runs-on: ubuntu-20.04
96+
runs-on: ubuntu-latest
9797
strategy:
9898
matrix:
9999
target:
@@ -128,7 +128,7 @@ jobs:
128128
# for stm32f429
129129
examples:
130130
name: examples
131-
runs-on: ubuntu-20.04
131+
runs-on: ubuntu-latest
132132
strategy:
133133
matrix:
134134
example:
@@ -171,7 +171,7 @@ jobs:
171171
# Test that all the code shared with other MCU families also compiles
172172
examples-common:
173173
name: examples-common
174-
runs-on: ubuntu-20.04
174+
runs-on: ubuntu-latest
175175
strategy:
176176
matrix:
177177
toolchain:
@@ -216,7 +216,7 @@ jobs:
216216
- examples
217217
- examples-common
218218
- build-feature-mixer
219-
runs-on: ubuntu-20.04
219+
runs-on: ubuntu-latest
220220
steps:
221221
- name: Mark the job as a success
222222
run: exit 0

0 commit comments

Comments
 (0)