From 8c937b037db241946e4984615bae2775f83e47a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 17:44:22 +0000 Subject: [PATCH] ci(deps): update dependency ubuntu github actions runner to v24 --- .github/workflows/build-and-deploy.yml | 12 ++++++------ .github/workflows/dispatcher.yml | 2 +- .github/workflows/test-extensively.yml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 61b50a55..f83bacd6 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -5,7 +5,7 @@ on: jobs: check-secrets: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: run-with-secrets: ${{ steps.require-secrets.outputs.run-with-secrets }} steps: @@ -20,7 +20,7 @@ jobs: echo "run-with-secrets=${{ steps.detect-secrets.outputs.has-secrets == 'true' && !github.event.repository.fork }}" >> $GITHUB_OUTPUT staging-repo: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: - check-secrets concurrency: @@ -70,7 +70,7 @@ jobs: - check-secrets - staging-repo if: always() && !contains(needs.staging-repo.result, 'failure') - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 concurrency: group: build-${{ github.workflow }}-${{ matrix.os }}-${{ github.event.number || github.ref }} cancel-in-progress: true @@ -110,7 +110,7 @@ jobs: - staging-repo - test-extensively - build - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: | always() && needs.check-secrets.outputs.run-with-secrets == 'true' && @@ -143,7 +143,7 @@ jobs: - staging-repo - build - close-staging-repos - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: | always() && needs.check-secrets.outputs.run-with-secrets == 'true' && @@ -183,7 +183,7 @@ jobs: signing-key: ${{ secrets.SIGNING_KEY }} signing-password: ${{ secrets.SIGNING_PASSWORD }} success: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: - check-secrets - staging-repo diff --git a/.github/workflows/dispatcher.yml b/.github/workflows/dispatcher.yml index cf6a8765..3411fb2c 100644 --- a/.github/workflows/dispatcher.yml +++ b/.github/workflows/dispatcher.yml @@ -15,7 +15,7 @@ on: 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 diff --git a/.github/workflows/test-extensively.yml b/.github/workflows/test-extensively.yml index 6c8884a9..a38fa911 100644 --- a/.github/workflows/test-extensively.yml +++ b/.github/workflows/test-extensively.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ windows-2022, macos-14, ubuntu-22.04 ] + os: [ windows-2022, macos-14, ubuntu-24.04 ] java-version: [11, 17, 21] jdk-dist: - adopt-hotspot