From 3ff7eda6aebb15af252cd80afb610ba3d377218e Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Fri, 1 Jul 2022 12:41:25 -0700 Subject: [PATCH] Try newer gcc version --- .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 c68fb484..ded51cc2 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest] + os: [ubuntu-22.04] compiler: [g++] benchResultsRepo: - { name: "luau-lang/benchmark-data", branch: "main" }