Skip to content

Commit c11f074

Browse files
TommyMurphyTM1234patrick-rivos
authored andcommitted
Fix for issue #1351 - remove redundant 'linux' from matrix and remove unnecessary 'exclude' section
1 parent 6b13243 commit c11f074

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,9 @@ jobs:
8989
strategy:
9090
matrix:
9191
os: [ubuntu-20.04]
92-
mode: [newlib, linux]
92+
mode: [newlib]
9393
target: [rv64gc-lp64d]
9494
sim: [spike]
95-
exclude:
96-
- sim: spike
97-
mode: linux
9895
steps:
9996
- name: Remove unneeded frameworks to recover disk space
10097
run: |

0 commit comments

Comments
 (0)