changed worker to ubuntu-latest

This commit is contained in:
titanz 2025-01-27 23:10:03 +01:00
parent 938b3e730e
commit afd6179add
Signed by: titanz
GPG Key ID: EABC72179C71D4F5

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: