From 0347f2ffeef39c8e35cb8006e064da58c18e2ff1 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Mon, 10 Nov 2025 12:05:42 +0100 Subject: [PATCH] 24.04 Ubuntu's instead of latest --- .github/workflows/shellcheck.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 17c0153..e66f0f0 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -7,7 +7,7 @@ permissions: jobs: shellcheck: name: Shellcheck - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 env: LANG: C.UTF-8 steps: @@ -17,4 +17,4 @@ jobs: run: sudo apt update && sudo apt install -y shellcheck && shellcheck --version - name: Check shell scripts - run: shellcheck -x -P "SCRIPTDIR"/utils --severity=error testssl.sh \ No newline at end of file + run: shellcheck -x -P "SCRIPTDIR"/utils --severity=error testssl.sh