diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index eff7366..dcd55f5 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -3,7 +3,7 @@ on: pull_request jobs: commitlint: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4.1.1 with: diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 609c08d..ef3ceb9 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -7,7 +7,7 @@ jobs: permissions: contents: read pull-requests: write - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/labeler@v5.0.0 with: