Skip to content

Commit

Permalink
add mac to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
azuline committed Dec 30, 2024
1 parent 0c15c87 commit 1bcbd00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: build
on: push
jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
Expand Down

0 comments on commit 1bcbd00

Please sign in to comment.