From 27a54e5c5122b4b637dd1bae0ad30272d20d247b Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Thu, 26 May 2022 15:32:44 -0700 Subject: [PATCH] Update to Ubuntu 22 for coverage build This is a test to see if more recent clang has better coverage reporting --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93b92645..5839d985 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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