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 <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2024-12-17 22:51:21 -08:00
parent e845f4be86
commit 9468986a49
+1 -1
View File
@@ -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