aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Hofhammer <florian.hofhammer@fhofhammer.de>2022-10-14 16:39:52 +0200
committerFlorian Hofhammer <florian.hofhammer@fhofhammer.de>2022-10-14 16:39:52 +0200
commit6693dba30a7c09920de3575c0f07be2536ee7cc6 (patch)
tree60ea6dc83b71b8098b004ce6a8ec1e93499aad9d /.github
parentf21c534ded86cc71493bdb0a076cc2d3a90560a9 (diff)
downloadriscv-gnu-toolchain-6693dba30a7c09920de3575c0f07be2536ee7cc6.zip
riscv-gnu-toolchain-6693dba30a7c09920de3575c0f07be2536ee7cc6.tar.gz
riscv-gnu-toolchain-6693dba30a7c09920de3575c0f07be2536ee7cc6.tar.bz2
github: move build job to Ubuntu 20.04/22.04
Ubuntu 18.04 is deprecated and will be fully removed from GitHub Actions soon (https://github.com/actions/runner-images/issues/6002) Signed-off-by: Florian Hofhammer <florian.hofhammer@fhofhammer.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml2
-rw-r--r--.github/workflows/nightly-release.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 6481c87..1139913 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [ubuntu-18.04, ubuntu-20.04]
+ os: [ubuntu-20.04, ubuntu-22.04]
mode: [newlib, linux, musl]
target: [rv32gc-ilp32d, rv64gc-lp64d]
exclude:
diff --git a/.github/workflows/nightly-release.yaml b/.github/workflows/nightly-release.yaml
index b8449e4..011b453 100644
--- a/.github/workflows/nightly-release.yaml
+++ b/.github/workflows/nightly-release.yaml
@@ -48,7 +48,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [ubuntu-18.04, ubuntu-20.04]
+ os: [ubuntu-20.04, ubuntu-22.04]
mode: [newlib, linux, musl]
target: [rv32gc-ilp32d, rv64gc-lp64d]
exclude: