Skip to content

Commit

Permalink
build: updated github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wldhg committed Jul 14, 2022
1 parent 935cce7 commit 91a28c1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test-n-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ jobs:

strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
bflag: [--mac, --win, --linux]
include:
- os: macos-latest
bflag: --mac
- os: windows-latest
bflag: --win
- os: ubuntu-latest
bflag: --linux

steps:
- name: Check out Git repository
Expand Down

0 comments on commit 91a28c1

Please sign in to comment.