Skip to content

Commit

Permalink
Run builds on macOS and Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmorley committed Feb 13, 2025
1 parent e14d095 commit 67274dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ on:

jobs:
ubuntu-build:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:

- name: Checkout repository
Expand Down

0 comments on commit 67274dc

Please sign in to comment.