Skip to content

Commit

Permalink
test: use matrix to test against all macos versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorten committed Sep 18, 2022
1 parent f2de44c commit 1e469c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-voiceover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ on:

jobs:
test-voiceover:
runs-on: macos-11
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11, macos-12, macos-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down

0 comments on commit 1e469c5

Please sign in to comment.