Skip to content

Commit eeee43d

Browse files
fix: set to 256
1 parent 8c5bae3 commit eeee43d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
repeat: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
9-
repeat2: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
10-
repeat3: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
8+
repeat: [0, 1, 2, 3, 4, 5, 6, 7]
9+
repeat2: [0, 1, 2, 3, 4, 5, 6, 7]
10+
repeat3: [0, 1, 2, 3]
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4

0 commit comments

Comments
 (0)