Skip to content

Commit b53d8f3

Browse files
committed
Update the nuber of cores acording to the latest GitHub runners state
1 parent da62d0b commit b53d8f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Configure build
4141
run: qmake pbfplugin.pro
4242
- name: Build project
43-
run: make -j2
43+
run: make -j4
4444
- name: Upload artifacts
4545
uses: actions/upload-artifact@v4
4646
with:

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Configure build
2323
run: qmake CONFIG+=${{ matrix.config }} pbfplugin.pro
2424
- name: Build project
25-
run: make -j2
25+
run: make -j4

0 commit comments

Comments
 (0)