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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
.github/workflows/build.yaml
@ -50,7 +50,7 @@ jobs:
- name : make report
- name : make report
if : |
if : |
matrix.os == 'ubuntu-20 .04'
matrix.os == 'ubuntu-22 .04'
&& (matrix.mode == 'linux' || matrix.mode == 'newlib')
&& (matrix.mode == 'linux' || matrix.mode == 'newlib')
&& matrix.compiler == 'gcc'
&& matrix.compiler == 'gcc'
run : |
run : |
@ -88,7 +88,7 @@ jobs:
runs-on : ${{ matrix.os }}
runs-on : ${{ matrix.os }}
strategy:
strategy:
matrix:
matrix:
os : [ ubuntu-20 .04]
os : [ ubuntu-22 .04]
mode : [ newlib]
mode : [ newlib]
target : [ rv64gc-lp64d]
target : [ rv64gc-lp64d]
sim : [ spike]
sim : [ spike]
@ -121,7 +121,7 @@ jobs:
runs-on : ${{ matrix.os }}
runs-on : ${{ matrix.os }}
strategy:
strategy:
matrix:
matrix:
os : [ ubuntu-20 .04]
os : [ ubuntu-22 .04]
mode : [ newlib, linux]
mode : [ newlib, linux]
target : [ rv64gc-lp64d]
target : [ rv64gc-lp64d]
steps:
steps: