Skip to content

Commit 5556c17

Browse files
committed
ci: add OS matrix for build jobs in workflows
1 parent fd45610 commit 5556c17

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30+
os: [ubuntu-latest, windows-latest]
3031
include:
3132
- name: Ubuntu / GCC
3233
os: ubuntu-latest

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38+
os: [ubuntu-latest, windows-latest]
3839
include:
3940
- name: Linux
4041
os: ubuntu-latest

0 commit comments

Comments
 (0)