Skip to content

Commit 702d5d4

Browse files
authored
avoid overrunning the headnodes...
1 parent d955da0 commit 702d5d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Build
113113
run: |
114114
. ./mfc.sh load -c p -m g
115-
./mfc.sh build -j 8
115+
./mfc.sh build -j 2
116116
117117
- name: Test
118118
run: |
@@ -137,7 +137,7 @@ jobs:
137137
- name: Build
138138
run: |
139139
. ./mfc.sh load -c p -m g
140-
./mfc.sh build -j 8 --gpu
140+
./mfc.sh build -j 2 --gpu
141141
142142
- name: Test
143143
run: |

0 commit comments

Comments
 (0)