Skip to content

Commit

Permalink
Merge pull request #30 from yassinebenaid/add-macos-to-the-actions-ma…
Browse files Browse the repository at this point in the history
…chine-list

Added macos to the ci machine list
  • Loading branch information
yassinebenaid authored Jun 11, 2024
2 parents f7abad2 + 31b0e70 commit bfa6c4f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ on:
branches: [master]

jobs:
build:
runs-on: ubuntu-latest
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit bfa6c4f

Please sign in to comment.