Skip to content

Commit

Permalink
Update CI to also build on Windows 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed Sep 19, 2021
1 parent 1d265e5 commit f73d7af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
job:
- os: windows-2019
build: ./build.cmd
- os: windows-2022
build: ./build.cmd
name: ${{ matrix.job.os }}
runs-on: ${{ matrix.job.os }}
steps:
Expand Down

0 comments on commit f73d7af

Please sign in to comment.