Skip to content

Commit

Permalink
fix test matrix for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Aug 3, 2023
1 parent 429f331 commit 0a33ff7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ on:

jobs:
build-and-test:
runs-on: [windows-latest, macos-13, ubuntu-22.04]
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
permissions:
contents: write
steps:
Expand Down

0 comments on commit 0a33ff7

Please sign in to comment.