aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yaml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 62df516..dcf5df3 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -89,12 +89,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
- mode: [newlib, linux]
+ mode: [newlib]
target: [rv64gc-lp64d]
sim: [spike]
- exclude:
- - sim: spike
- mode: linux
steps:
- name: Remove unneeded frameworks to recover disk space
run: |