1
0
Fork 0

Run the CI on macOS

This commit is contained in:
Robbert van der Helm 2022-02-15 21:26:43 +01:00
parent b7904126ac
commit 0d401cf83a

View file

@ -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