From 3910c2a2f708dee9190bbe804e16c6b05b7631da Mon Sep 17 00:00:00 2001 From: jzonthemtn Date: Thu, 21 Nov 2024 12:51:04 -0500 Subject: [PATCH] Updating benchmarks action. --- .github/workflows/benchmarks.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 25945fcdc..fb1784cba 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -2,13 +2,7 @@ name: Benchmarks on: [workflow_dispatch] jobs: build: - runs-on: ${{ matrix.os }} - continue-on-error: ${{ matrix.experimental }} - strategy: - matrix: - os: ubuntu-latest - jdk: 21 - experimental: [false] + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: