Skip to content

Commit 6693dba

Browse files
github: move build job to Ubuntu 20.04/22.04
Ubuntu 18.04 is deprecated and will be fully removed from GitHub Actions soon (actions/runner-images#6002) Signed-off-by: Florian Hofhammer <florian.hofhammer@fhofhammer.de>
1 parent f21c534 commit 6693dba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [ubuntu-18.04, ubuntu-20.04]
16+
os: [ubuntu-20.04, ubuntu-22.04]
1717
mode: [newlib, linux, musl]
1818
target: [rv32gc-ilp32d, rv64gc-lp64d]
1919
exclude:

.github/workflows/nightly-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ${{ matrix.os }}
4949
strategy:
5050
matrix:
51-
os: [ubuntu-18.04, ubuntu-20.04]
51+
os: [ubuntu-20.04, ubuntu-22.04]
5252
mode: [newlib, linux, musl]
5353
target: [rv32gc-ilp32d, rv64gc-lp64d]
5454
exclude:

0 commit comments

Comments
 (0)