Skip to content

Commit

Permalink
Merge pull request #88 from Geodan/run_tests_on_ubuntu_mac_windows
Browse files Browse the repository at this point in the history
run tests on ubuntu, windows, mac
  • Loading branch information
bertt authored Nov 12, 2024
2 parents c594202 + 6edc744 commit 6ce074d
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 6ce074d

Please sign in to comment.