Skip to content

Commit 1bad2de

Browse files
Update GHA CI to also build on Windows 2022
1 parent 1fa2a39 commit 1bad2de

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
@@ -29,6 +29,8 @@ jobs:
2929
- os: windows-2019
3030
build: ./build.cmd
3131
push: true
32+
- os: windows-2022
33+
build: ./build.cmd
3234
name: ${{ matrix.job.os }}
3335
runs-on: ${{ matrix.job.os }}
3436
steps:

0 commit comments

Comments
 (0)