diff --git a/.github/workflows/conventional-commits.yaml b/.github/workflows/conventional-commits.yaml index 1b8db16..f9a6d48 100644 --- a/.github/workflows/conventional-commits.yaml +++ b/.github/workflows/conventional-commits.yaml @@ -16,7 +16,7 @@ permissions: jobs: main: name: Validate PR title - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: benhodgson87/conventional-pull-request-action@v1 if: ${{ github.event_name == 'pull_request' }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ce61ccc..40c8ab2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ concurrency: jobs: release-please: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 name: Release Automation steps: - uses: actions/create-github-app-token@v1