Skip to content

Commit 9a29825

Browse files
Update GHA CI to also build on Windows 2022
1 parent d9a564e commit 9a29825

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- os: windows-2019
2626
build: ./build.cmd
2727
push: true
28+
- os: windows-2022
29+
build: ./build.cmd
2830
name: ${{ matrix.job.os }}
2931
runs-on: ${{ matrix.job.os }}
3032
steps:

0 commit comments

Comments
 (0)