Skip to content

Commit

Permalink
Run the packaging test on macos and Windows too
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Jan 19, 2025
1 parent 08fe349 commit f06bd2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ jobs:

packaging:
name: packaging
runs-on: ubuntu-22.04
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, Windows]

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

0 comments on commit f06bd2d

Please sign in to comment.