Skip to content

Commit f06bd2d

Browse files
committed
Run the packaging test on macos and Windows too
1 parent 08fe349 commit f06bd2d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ jobs:
6464

6565
packaging:
6666
name: packaging
67-
runs-on: ubuntu-22.04
67+
runs-on: ${{ matrix.os }}
68+
strategy:
69+
matrix:
70+
os: [ubuntu-latest, macos-latest, Windows]
6871

6972
steps:
7073
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)