Skip to content

Commit

Permalink
ci: enable benchmarking for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
trym-b committed Mar 21, 2024
1 parent f12561c commit 4356a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
name: Benchmark
strategy:
matrix:
os: [ubuntu-22.04]
os: [ubuntu-22.04, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Publish benchmark results
strategy:
matrix:
os: [ubuntu-22.04]
os: [ubuntu-22.04, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- name: Code Checkout
Expand Down

0 comments on commit 4356a8f

Please sign in to comment.