Skip to content

Commit 91a28c1

Browse files
committed
build: updated github workflow
1 parent 935cce7 commit 91a28c1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/test-n-publish.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
os: [macos-latest, windows-latest, ubuntu-latest]
19-
bflag: [--mac, --win, --linux]
18+
include:
19+
- os: macos-latest
20+
bflag: --mac
21+
- os: windows-latest
22+
bflag: --win
23+
- os: ubuntu-latest
24+
bflag: --linux
2025

2126
steps:
2227
- name: Check out Git repository

0 commit comments

Comments
 (0)