Skip to content

Commit

Permalink
Add benchmarks on windows and macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed Mar 13, 2024
1 parent da369c9 commit d7a9162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: true
matrix:
node: [18, 20]
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
Expand Down

0 comments on commit d7a9162

Please sign in to comment.