Skip to content

Commit

Permalink
run benchmarks on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry committed Dec 10, 2023
1 parent 14dc0be commit 8261ff7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ permissions: {}

jobs:
benchmark:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-latest]
env:
PYTEST_BENCHMARK_STORAGE: file://${{ github.workspace }}/.benchmarks
steps:
Expand Down

0 comments on commit 8261ff7

Please sign in to comment.