Skip to content

Commit

Permalink
add os matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
benbellick committed Oct 14, 2024
1 parent cebc59b commit 314dbe9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ name: Build and test
on: [push]
jobs:
build-and-test:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest

runs-on: ${{ matrix.os }}
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit 314dbe9

Please sign in to comment.