Use latest Ubuntu (LTS) image consistenly across GitHub workflow

This commit is contained in:
Jesper Noordsij 2024-04-22 17:04:05 +02:00 committed by GitHub
parent e3729ec600
commit fe0af1ec4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 10 additions and 10 deletions

View file

@ -14,7 +14,7 @@ jobs:
docs:
name: Doc Process
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
if: github.repository == 'traefik/traefik'
steps: