Skip to content

Commit c7683ff

Browse files
authored
Merge pull request #40 from stm32-rs/update-ci-image
Change CI image to ubuntu-latest
2 parents d219616 + ade22d4 commit c7683ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: CI
77

88
jobs:
99
ci-linux:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
continue-on-error: ${{ matrix.experimental || false }}
1212
strategy:
1313
matrix:

0 commit comments

Comments
 (0)