luau/.github/workflows
vegorov-rbx 685ca02a30
Keep using ubuntu-20.04 in GitHub Actions (and clang++-10 in coverage) (#795)
### Problem
ubuntu-latest was updated to 22.04 which removes clang++-10 we used for
coverage stats and creates a pre-compiled binary that requires a glibc
upgrade https://github.com/Roblox/luau/issues/773

### Solution
Pin to ubuntu-20.04 using multi-value matrix configurations.
In coverage configuration, we use clang++-10 once again.
2023-01-06 12:17:25 -08:00
..
push-results Feat: Added retry functionality to benchmarks (#667) 2022-09-12 08:45:55 -07:00
benchmark-dev.yml Keep using ubuntu-20.04 in GitHub Actions (and clang++-10 in coverage) (#795) 2023-01-06 12:17:25 -08:00
benchmark.yml Update benchmark.yml 2022-10-24 17:24:19 -07:00
build.yml Keep using ubuntu-20.04 in GitHub Actions (and clang++-10 in coverage) (#795) 2023-01-06 12:17:25 -08:00
new-release.yml Keep using ubuntu-20.04 in GitHub Actions (and clang++-10 in coverage) (#795) 2023-01-06 12:17:25 -08:00
release.yml Keep using ubuntu-20.04 in GitHub Actions (and clang++-10 in coverage) (#795) 2023-01-06 12:17:25 -08:00