Skip to content

Commit 9399804

Browse files
aristarkhovNVnvddr
authored andcommitted
Avoid exceeding CI usage limits
1 parent e59d73b commit 9399804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
3535

3636
- name: Build
37-
run: cmake --build build --parallel
37+
run: cmake --build build --parallel 4
3838

3939
- name: Run Native Tests
4040
run: ctest --test-dir build --output-on-failure --parallel

0 commit comments

Comments
 (0)