File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414jobs :
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
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
5151 # Compilation
5252 build :
5353 name : build
54- runs-on : ubuntu-20.04
54+ runs-on : ubuntu-latest
5555 strategy :
5656 matrix :
5757 target :
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
You can’t perform that action at this time.
0 commit comments