Skip to content

Commit

Permalink
added matrix of OSs to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBarker-NOAA committed May 28, 2024
1 parent 6a215fb commit 41bb4fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
runs-on: runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.7.0
Expand Down

0 comments on commit 41bb4fb

Please # to comment.