Skip to content

Commit 75bce27

Browse files
committed
CI: update ubuntu-20.04 jobs to ubuntu-latest
1 parent 9429ed5 commit 75bce27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828

2929
rt-ci-linux:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-latest
3131
continue-on-error: ${{ matrix.experimental || false }}
3232
defaults:
3333
run:

.github/workflows/rt-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: cortex-m-rt CI
1010

1111
jobs:
1212
rt-ci-linux:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
continue-on-error: ${{ matrix.experimental || false }}
1515
strategy:
1616
matrix:

0 commit comments

Comments
 (0)