Skip to content

Commit 5c44bc7

Browse files
committed
tmp: run CI on macOS and Windows
1 parent 8ef7c05 commit 5c44bc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
on-next-branch:
2020
- ${{ github.ref == 'refs/heads/next' }}
2121
exclude:
22-
- on-next-branch: false
22+
- on-next-branch: true
2323
runner: windows-latest
24-
- on-next-branch: false
24+
- on-next-branch: true
2525
runner: macos-14
2626

2727
runs-on: ${{ matrix.runner }}

0 commit comments

Comments
 (0)