Skip to content

Commit

Permalink
Add Windows and macOS to unit-tests-ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanaret authored Nov 15, 2024
1 parent 5bcfe7f commit 2b7494c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
architecture: [x86, x64]

steps:
Expand Down

0 comments on commit 2b7494c

Please sign in to comment.