Run the CI on macOS
This commit is contained in:
parent
b7904126ac
commit
0d401cf83a
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
|
||||
|
|
Loading…
Reference in a new issue