Skip to content

Commit b86b2b3

Browse files
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 <[email protected]>
1 parent c11f074 commit b86b2b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: make report
5252
if: |
53-
matrix.os == 'ubuntu-20.04'
53+
matrix.os == 'ubuntu-22.04'
5454
&& (matrix.mode == 'linux' || matrix.mode == 'newlib')
5555
&& matrix.compiler == 'gcc'
5656
run: |
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: ${{ matrix.os }}
8989
strategy:
9090
matrix:
91-
os: [ubuntu-20.04]
91+
os: [ubuntu-22.04]
9292
mode: [newlib]
9393
target: [rv64gc-lp64d]
9494
sim: [spike]
@@ -121,7 +121,7 @@ jobs:
121121
runs-on: ${{ matrix.os }}
122122
strategy:
123123
matrix:
124-
os: [ubuntu-20.04]
124+
os: [ubuntu-22.04]
125125
mode: [newlib, linux]
126126
target: [rv64gc-lp64d]
127127
steps:

0 commit comments

Comments
 (0)