From 9468986a49e6d753fe95ae89ec8873f7f274941d Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Tue, 17 Dec 2024 22:51:21 -0800 Subject: [PATCH] ci: use a specific ubuntu version GHA shows a warning telling that "ubuntu-latest" is going to be switched to ubuntu-24.04 soon. Let's specify the version explicitly (and switch to 24.04 for this job ahead of github). Signed-off-by: Kir Kolyshkin --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index a64bc679881..dad27d5b574 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -127,7 +127,7 @@ jobs: run : ./script/check-config.sh space-at-eol: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - run: rm -fr vendor