mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Run the CI on macOS
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -17,12 +17,11 @@ defaults:
|
||||
# This otherwise gets run under dash which does not support brace expansion
|
||||
shell: bash
|
||||
|
||||
# TODO: Also test on macOS once we add the event loop there
|
||||
jobs:
|
||||
build-all:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-18.04, windows-latest]
|
||||
os: [ubuntu-18.04, macos-10.15, windows-latest]
|
||||
name: Build all components
|
||||
runs-on: ${{ matrix.os }}
|
||||
# TODO: At some point, add artifacts
|
||||
|
||||
Reference in New Issue
Block a user