diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index 39f3dd7..db47c7c 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -10,7 +10,7 @@ on: # yamllint disable-line rule:truthy jobs: test: - runs-on: ubuntu-24.04 + runs-on: ubuntu-24.04 # actually 'ghcr.io/catthehacker/ubuntu:runner-24.04', tagged on runner steps: - uses: actions/checkout@v5