Skip to content

Commit 1eb740f

Browse files
committed
ci: disable larger ROM sizes
everything >= 8k currently fails (and it also takes a long time to do so) related issue: VLSIDA/OpenRAM#232
1 parent 1db77f4 commit 1eb740f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openrom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
size: [128, 256, 512, 1024, 2048, 4096, 6144, 8192, 12288, 16384, 24576, 32768]
11+
size: [128, 256, 512, 1024, 2048, 4096, 6144]
1212
fail-fast: false
1313
steps:
1414
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)