Update the nuber of cores acording to the latest GitHub runners state

This commit is contained in:
Martin Tůma 2025-03-21 06:30:23 +01:00
parent da62d0ba63
commit b53d8f3df7
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ jobs:
- name: Configure build
run: qmake pbfplugin.pro
- name: Build project
run: make -j2
run: make -j4
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:

View File

@ -22,4 +22,4 @@ jobs:
- name: Configure build
run: qmake CONFIG+=${{ matrix.config }} pbfplugin.pro
- name: Build project
run: make -j2
run: make -j4