mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 14:32:57 +08:00
increase ci parallel for faster ci jobs
This commit is contained in:
parent
988026ec49
commit
42709a8c38
1 changed files with 1 additions and 1 deletions
2
.github/workflows/theHarvester.yml
vendored
2
.github/workflows/theHarvester.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
Python:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
max-parallel: 4
|
||||
max-parallel: 8
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
python-version: [3.8, 3.9, 3.10.0]
|
||||
|
|
Loading…
Reference in a new issue