Browse Source

Switch from Ubuntu 20.04 LTS to 22.04 LTS for jobs (#1353)

Switch from Ubuntu 20.04 LTS to 22.04 LTS for build jobs "build", "test-sim" and "build-multilib".

Signed-off-by: Tommy Murphy <tommy_murphy@hotmail.com>
pull/1368/head 2023.10.18
Tommy Murphy 3 years ago
committed by GitHub
parent
commit
b86b2b37d0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/build.yaml

6
.github/workflows/build.yaml

@ -50,7 +50,7 @@ jobs:
- name: make report
if: |
matrix.os == 'ubuntu-20.04'
matrix.os == 'ubuntu-22.04'
&& (matrix.mode == 'linux' || matrix.mode == 'newlib')
&& matrix.compiler == 'gcc'
run: |
@ -88,7 +88,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04]
mode: [newlib]
target: [rv64gc-lp64d]
sim: [spike]
@ -121,7 +121,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04]
mode: [newlib, linux]
target: [rv64gc-lp64d]
steps:

Loading…
Cancel
Save