diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 118b5d65..142e437d 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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: