Skip to content

fix(ci): set number of threads correctly (#90) #141

fix(ci): set number of threads correctly (#90)

fix(ci): set number of threads correctly (#90) #141

Workflow file for this run

name: macOS
on:
pull_request:
push:
branches: [ main ]
tags: [ '*' ]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
macOS:
uses: ./.github/workflows/ci.yml
with:
runner: macos-latest
num_threads: 3