Skip to content

Commit

Permalink
fix: build matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.dev>
  • Loading branch information
sgammon committed Aug 23, 2023
1 parent 13084e3 commit f4e528d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/on.push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,21 @@ jobs:
main: true
coverage: true
flags: --config=linux
testlabel: Ubuntu
- runner: macos-latest
label: macOS
labs: false
main: true
coverage: false
flags: --config=mac
testlabel: macOS
- runner: windows-2022
label: Windows
labs: false
main: true
coverage: false
flags: --config=windows
testlabel: Windows

secrets: inherit
with:
Expand Down

0 comments on commit f4e528d

Please sign in to comment.