Skip to content

Commit

Permalink
Add matrix build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnorth committed Feb 6, 2024
1 parent 63eb044 commit cf0fc68
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ on:

jobs:
run-ci:
runs-on: [ubuntu-latest]
strategy:
matrix:
include:
- runner: ubuntu-latest
goos: linux
- runner: macos-latest
goos: darwin
runs-on: ${{ matrix.runner }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit cf0fc68

Please sign in to comment.