Skip to content

Commit

Permalink
(maint) Enable ubuntu and macos build on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Sep 8, 2020
1 parent 02c8a67 commit 6109c55
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# Only windows is possible until supported cake version
# is bumped to 0.37.0.0+.
# See https://github.com/cake-build/cake/issues/2695
os: [windows-latest]
os: [windows-latest, ubuntu-latest, macos-latest]

steps:
- uses: actions/checkout@v2.2.0
Expand Down

0 comments on commit 6109c55

Please sign in to comment.