Skip to content

Commit 1fe614b

Browse files
Alex33856lineargraph
authored andcommitted
feat: also run build workflow on Windows
1 parent 890cc50 commit 1fe614b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ on: [ pull_request, push ]
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-22.04
11+
strategy:
12+
matrix:
13+
include:
14+
- os: ubuntu-latest
15+
- os: windows-latest
16+
runs-on: ${{ matrix.os }}
1217
steps:
1318
- name: Checkout repository
1419
uses: actions/checkout@v4

0 commit comments

Comments
 (0)