Skip to content

Commit

Permalink
Run CI on ubuntu and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
barakugav committed Aug 23, 2024
1 parent bb212b2 commit 7fc7733
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ on:

jobs:
ci:
runs-on: ubuntu-latest
runs-on: ${{ matrix.runner }}
defaults:
run:
shell: bash
strategy:
matrix:
runner: [ubuntu-latest, macos-latest]
permissions:
contents: read
checks: write
Expand Down

0 comments on commit 7fc7733

Please sign in to comment.