Skip to content

Commit

Permalink
Run the CI workflow on ubuntu and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Nov 3, 2023
1 parent ed6bc8b commit bd42362
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest

runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit bd42362

Please sign in to comment.