Skip to content

Commit

Permalink
ci: Test macOS compatibility in Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick888 committed Sep 26, 2022
1 parent 6cbbe99 commit 7445038
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/gh-ph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ on:
jobs:
gh-ph:
name: Add commit history to pull request description
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
max-parallel: 1
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 7445038

Please sign in to comment.