Skip to content

Commit

Permalink
ci: modify test-project job to also run on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Apr 21, 2024
1 parent c2144d1 commit 64d7e84
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ on:
jobs:
test-project:
name: Test Project
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
os: [macos, ubuntu]
steps:
- name: Checkout
uses: actions/checkout@v4.1.2
Expand Down

0 comments on commit 64d7e84

Please # to comment.