This commit is contained in:
Peter Hedenskog 2026-01-07 06:08:07 +01:00 committed by GitHub
commit f29ef5a7ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@ on:
- main
jobs:
docker:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: ${{ !contains(github.event.head_commit.message, 'docs:') }}
steps:
-

View File

@ -5,7 +5,7 @@ on:
- 'v*.*.*'
jobs:
docker:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
-
name: Checkout