Skip to content

Commit

Permalink
ci: run on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jul 25, 2024
1 parent 2a932d4 commit 1b8c64c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on:
- main
jobs:
example:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Setup example
Expand Down

0 comments on commit 1b8c64c

Please sign in to comment.