Skip to content

Commit 99e2f3f

Browse files
committed
feat: run benchmark on Windows
1 parent 8415eae commit 99e2f3f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ on:
1313

1414
jobs:
1515
benchmark:
16-
runs-on: macos-15
16+
runs-on: ${{ matrix.os }}
1717
timeout-minutes: 15
18+
strategy:
19+
matrix:
20+
os: [macos-15, windows-latest]
1821

1922
steps:
2023
- name: Checkout

0 commit comments

Comments
 (0)