diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 672bbb4d..0ebc454f 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -32,7 +32,7 @@ jobs: release: needs: - build - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: >- !github.event.repository.fork && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) @@ -62,7 +62,7 @@ jobs: signing-key: ${{ secrets.SIGNING_KEY }} signing-password: ${{ secrets.SIGNING_PASSWORD }} success: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: - build - release diff --git a/.github/workflows/dispatcher.yml b/.github/workflows/dispatcher.yml index 3b94d9dc..7d2c57f9 100644 --- a/.github/workflows/dispatcher.yml +++ b/.github/workflows/dispatcher.yml @@ -19,7 +19,7 @@ concurrency: jobs: dispatcher: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: >- github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository