Try newer gcc version

This commit is contained in:
Arseny Kapoulkine 2022-07-01 12:41:25 -07:00
parent 71c80de425
commit 3ff7eda6ae

View file

@ -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" }