Skip to content

Commit 0f81e31

Browse files
committed
CI: Bump CI to ubuntu-latest.
Ubuntu 20.04 LTS reaches end of life on 23 April 2025.
1 parent 3543bab commit 0f81e31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
build:
1414
name: ${{matrix.name}} (C++)
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
1818
include:

.github/workflows/micropython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
build:
1414
name: ${{ matrix.name }} (${{ matrix.board }})
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616
continue-on-error: true
1717
strategy:
1818
matrix:

0 commit comments

Comments
 (0)