fix/github-actions-nproc (#70)

This commit is contained in:
Dean Eigenmann 2020-07-22 16:16:08 +02:00 committed by GitHub
parent 65300d2d45
commit e920fd212e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,6 @@ jobs:
matrix:
env:
- { NPROC: 2 }
- { NPROC: 6 }
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
env: ${{ matrix.env }}
@ -51,7 +50,6 @@ jobs:
matrix:
env:
- { NPROC: 2 }
- { NPROC: 6 }
runs-on: windows-latest
env: ${{ matrix.env }}