We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11f074 commit b86b2b3Copy full SHA for b86b2b3
.github/workflows/build.yaml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: make report
52
if: |
53
- matrix.os == 'ubuntu-20.04'
+ matrix.os == 'ubuntu-22.04'
54
&& (matrix.mode == 'linux' || matrix.mode == 'newlib')
55
&& matrix.compiler == 'gcc'
56
run: |
@@ -88,7 +88,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
89
strategy:
90
matrix:
91
- os: [ubuntu-20.04]
+ os: [ubuntu-22.04]
92
mode: [newlib]
93
target: [rv64gc-lp64d]
94
sim: [spike]
@@ -121,7 +121,7 @@ jobs:
121
122
123
124
125
mode: [newlib, linux]
126
127
steps:
0 commit comments