diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 01ab8e6..2a1a58d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ on: - 'renovate/*' jobs: build: - runs-on: ubuntu-18.04 + runs-on: ubuntu-24.04 if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/')) strategy: matrix: