Skip to content

Commit

Permalink
Update artifacts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald authored Oct 6, 2022
1 parent 3cf7902 commit be6b6e0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit be6b6e0

Please sign in to comment.