We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a564e commit 9a29825Copy full SHA for 9a29825
.github/workflows/ci.yml
@@ -25,6 +25,8 @@ jobs:
25
- os: windows-2019
26
build: ./build.cmd
27
push: true
28
+ - os: windows-2022
29
+ build: ./build.cmd
30
name: ${{ matrix.job.os }}
31
runs-on: ${{ matrix.job.os }}
32
steps:
0 commit comments