From d1f60e0360f6265fb40d64e01effcbc92b79e5b6 Mon Sep 17 00:00:00 2001 From: Dmitriy Gertsog Date: Wed, 9 Oct 2024 12:38:44 +0300 Subject: [PATCH] test: locking the Ubuntu version as 22.04 to run --- .github/workflows/check.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 52675cfbd..02d561c9b 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -6,7 +6,7 @@ on: jobs: luacheck: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 if: | github.event_name == 'push' || github.event_name == 'pull_request' && @@ -32,7 +32,7 @@ jobs: run: ./.rocks/bin/luacheck . golangci-lint: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 if: | github.event_name == 'push' || github.event_name == 'pull_request' && @@ -57,7 +57,7 @@ jobs: args: --out-${NO_FUTURE}format colored-line-number --config=.golangci.yaml codespell: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 if: | github.event_name == 'push' || github.event_name == 'pull_request' &&