Skip to content

Commit

Permalink
run tests on ubuntu, windows, mac
Browse files Browse the repository at this point in the history
  • Loading branch information
bertt committed Nov 12, 2024
1 parent c594202 commit 6edc744
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ on:
branches: [ '**' ]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6edc744

Please sign in to comment.