mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-04-02 12:39:12 +02:00
Update the nuber of cores acording to the latest GitHub runners state
This commit is contained in:
parent
da62d0ba63
commit
b53d8f3df7
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@ -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:
|
||||
|
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -22,4 +22,4 @@ jobs:
|
||||
- name: Configure build
|
||||
run: qmake CONFIG+=${{ matrix.config }} pbfplugin.pro
|
||||
- name: Build project
|
||||
run: make -j2
|
||||
run: make -j4
|
||||
|
Loading…
x
Reference in New Issue
Block a user