From 254cd84a10711949cde532520022a735a50c9543 Mon Sep 17 00:00:00 2001 From: Jeffrey Sica Date: Tue, 6 Aug 2024 13:22:24 -0500 Subject: [PATCH] fix another missed ubuntu-latest-* instance Signed-off-by: Jeffrey Sica --- .github/workflows/benchmark-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark-template.yaml b/.github/workflows/benchmark-template.yaml index 08adf44eb..d2f2d1dfc 100644 --- a/.github/workflows/benchmark-template.yaml +++ b/.github/workflows/benchmark-template.yaml @@ -14,7 +14,7 @@ on: runs-on: required: false type: string - default: "['ubuntu-latest-8-cores']" + default: "['ubuntu-latest']" permissions: read-all jobs: