create OS job matrix (#14)

This commit is contained in:
Josh Thomas 2024-12-10 14:00:39 -06:00 committed by GitHub
parent cb10d0ca1e
commit 425649d459
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,10 @@ env:
jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4