Skip to content

Commit

Permalink
Update GHA: build on Windows as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Jun 20, 2024
1 parent a6d6bc2 commit b0b8723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# convert this to a matrix if builds differ between platforms
strategy:
matrix:
os: [ubuntu-22.04,]
os: [ubuntu-22.04, windows-latest]
mode: [release, debug]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit b0b8723

Please sign in to comment.