Skip to content

Commit

Permalink
Run CI on Linux and macOS too.
Browse files Browse the repository at this point in the history
Closes #101.
  • Loading branch information
alexrp committed Dec 13, 2023
1 parent e715d59 commit d61bf67
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
- macos-13
- ubuntu-22.04
- windows-2022
cfg:
- Debug
- Release
runs-on: windows-2022
runs-on: ${{ matrix.os }}
steps:
- name: Clone repository
uses: actions/[email protected]
Expand Down

0 comments on commit d61bf67

Please sign in to comment.