From 618113d27e23ecae27233021459fca86f78fc8a0 Mon Sep 17 00:00:00 2001 From: kylegalbraith Date: Tue, 18 Feb 2025 10:57:35 +0100 Subject: [PATCH] fix label --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index e5111595..b91d2bbe 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -10,7 +10,7 @@ permissions: jobs: build-with-docker: name: Build with Docker - runs-on: ubuntu-latest-4core + runs-on: ubuntu-22.04-4 steps: - uses: actions/checkout@v4 with: