Skip to content

Commit

Permalink
test builds on linux and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Mar 18, 2024
1 parent 578d9fb commit 677e12d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ permissions:
jobs:
build:
name: build
runs-on: ubuntu-latest

strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}

steps:
- name: checkout
Expand Down

0 comments on commit 677e12d

Please sign in to comment.