Skip to content

Commit

Permalink
Switch from Ubuntu 20.04 LTS to 22.04 LTS for jobs (#1353)
Browse files Browse the repository at this point in the history
Switch from Ubuntu 20.04 LTS to 22.04 LTS for build jobs "build", "test-sim" and "build-multilib".

Signed-off-by: Tommy Murphy <[email protected]>
  • Loading branch information
TommyMurphyTM1234 authored Oct 17, 2023
1 parent c11f074 commit b86b2b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit b86b2b3

Please sign in to comment.