Skip to content

Commit 0347f2f

Browse files
committed
24.04 Ubuntu's instead of latest
1 parent 191b1e7 commit 0347f2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/shellcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
jobs:
88
shellcheck:
99
name: Shellcheck
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-24.04
1111
env:
1212
LANG: C.UTF-8
1313
steps:
@@ -17,4 +17,4 @@ jobs:
1717
run: sudo apt update && sudo apt install -y shellcheck && shellcheck --version
1818

1919
- name: Check shell scripts
20-
run: shellcheck -x -P "SCRIPTDIR"/utils --severity=error testssl.sh
20+
run: shellcheck -x -P "SCRIPTDIR"/utils --severity=error testssl.sh

0 commit comments

Comments
 (0)