From be6b6e041b3217454d16cddb9a171cd6463ef523 Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Thu, 6 Oct 2022 02:40:01 -0400 Subject: [PATCH] Update artifacts.yml --- .github/workflows/artifacts.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 1c73f47..6590c76 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -18,14 +18,17 @@ jobs: os: windows-latest short_os: windows out_dir: Windows + jobs: 3 - name: macos-swiftshader os: macos-latest short_os: darwin out_dir: Darwin + jobs: 4 - name: linux-swiftshader os: ubuntu-latest short_os: linux out_dir: Linux + jobs: 3 runs-on: ${{ matrix.os }} name: ${{ matrix.name }} @@ -48,7 +51,8 @@ jobs: run: | cd swiftshader/build - make -j$(nproc) + # linux is 2 and mac is 3 + make -j${{ matrix.jobs }} shell: bash - name: compress