Skip to content

Commit

Permalink
Update GHA CI to also build on Windows 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed Nov 11, 2021
1 parent d9a564e commit 9a29825
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 @@ -25,6 +25,8 @@ jobs:
- os: windows-2019
build: ./build.cmd
push: true
- os: windows-2022
build: ./build.cmd
name: ${{ matrix.job.os }}
runs-on: ${{ matrix.job.os }}
steps:
Expand Down

0 comments on commit 9a29825

Please sign in to comment.