changed worker to ubuntu-latest

This commit is contained in:
2025-01-27 23:10:03 +01:00
parent 938b3e730e
commit afd6179add

View File

@@ -29,7 +29,7 @@ on:
jobs: jobs:
shellcheck: shellcheck:
name: Shell syntax checker name: Shell syntax checker
runs-on: ubuntu-24.04 runs-on: ubuntu-latest
permissions: permissions:
contents: read contents: read
steps: steps: