Skip to content

Commit 6109c55

Browse files
committed
(maint) Enable ubuntu and macos build on github actions
1 parent 02c8a67 commit 6109c55

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
# Only windows is possible until supported cake version
11-
# is bumped to 0.37.0.0+.
12-
# See https://github.com/cake-build/cake/issues/2695
13-
os: [windows-latest]
10+
os: [windows-latest, ubuntu-latest, macos-latest]
1411

1512
steps:
1613
- uses: actions/[email protected]

0 commit comments

Comments
 (0)