diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 490bc39788..3edf1db7f1 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, windows-latest, macos-latest] + os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - name: Checkout repository