luau/.github
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
..
ISSUE_TEMPLATE Update config.yml 2021-11-08 15:01:57 -08:00
workflows Keep using ubuntu-20.04 in GitHub Actions (and clang++-10 in coverage) (#795) 2023-01-06 12:17:25 -08:00
codecov.yml Update coverage report to codecov (#606) 2022-07-20 15:12:30 -07:00