From d7a9162229e5dba6740c2163917f85db5a790a39 Mon Sep 17 00:00:00 2001 From: Serhii Shymkiv Date: Wed, 13 Mar 2024 20:27:26 +0200 Subject: [PATCH] Add benchmarks on windows and macos. --- .github/workflows/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 936edd8658..490bc39788 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -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