Skip to content

Commit 30a87e8

Browse files
committed
Remove thread limitation from GHA runner
1 parent 4631716 commit 30a87e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: ./config_info_travis
7171
working-directory: ../boost-root/libs/config/test
7272
- name: Test
73-
run: ../../../b2 -j2 toolset=$TOOLSET ${{ matrix.suite }} define=CI_SUPPRESS_KNOWN_ISSUES define=SLOW_COMPILER
73+
run: ../../../b2 toolset=$TOOLSET ${{ matrix.suite }} define=CI_SUPPRESS_KNOWN_ISSUES define=SLOW_COMPILER
7474
working-directory: ../boost-root/libs/math/test
7575
ubuntu-focal-no-eh:
7676
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)