Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
susmitamane authored Jul 4, 2024
1 parent 0742328 commit 5b0edcf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@ defaults:
shell: bash {0}

jobs:
test:
runs-on: [ 'macos-12', 'macos-13', 'macos-14']
test-macos:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ 'macos-12', 'macos-13', 'macos-14']
try: ['0', '1', '2']

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5b0edcf

Please sign in to comment.