mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Update to Ubuntu 22 for coverage build
This is a test to see if more recent clang has better coverage reporting
This commit is contained in:
parent
61766a692c
commit
27a54e5c51
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -67,7 +67,7 @@ jobs:
|
|||
Debug/luau-analyze tests/conformance/assert.lua
|
||||
|
||||
coverage:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: install
|
||||
|
|
Loading…
Add table
Reference in a new issue