Skip to content

Commit 9468986

Browse files
committed
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 <[email protected]>
1 parent e845f4b commit 9468986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
run : ./script/check-config.sh
128128

129129
space-at-eol:
130-
runs-on: ubuntu-latest
130+
runs-on: ubuntu-24.04
131131
steps:
132132
- uses: actions/checkout@v4
133133
- run: rm -fr vendor

0 commit comments

Comments
 (0)