diff --git a/.github/workflows/antora.yml b/.github/workflows/antora.yml index 6f9dac7..3b74395 100644 --- a/.github/workflows/antora.yml +++ b/.github/workflows/antora.yml @@ -27,7 +27,7 @@ jobs: github.event.repository.fork == false || github.event_name != 'schedule' || (github.event_name == 'schedule' && github.event.repository.fork == true && inputs.run-scheduled-in-forks == true) - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Block deprecated repos in /etc/hosts run: | diff --git a/.github/workflows/binary-check.yml b/.github/workflows/binary-check.yml index bc815d8..7ef5a9a 100644 --- a/.github/workflows/binary-check.yml +++ b/.github/workflows/binary-check.yml @@ -35,7 +35,7 @@ jobs: github.event.repository.fork == false || github.event_name != 'schedule' || (github.event_name == 'schedule' && github.event.repository.fork == true && inputs.run-scheduled-in-forks == true) - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Block deprecated repos in /etc/hosts run: | diff --git a/.github/workflows/cmd.yml b/.github/workflows/cmd.yml index 80f117c..be40d11 100644 --- a/.github/workflows/cmd.yml +++ b/.github/workflows/cmd.yml @@ -74,7 +74,7 @@ jobs: github.event.repository.fork == false || github.event_name != 'schedule' || (github.event_name == 'schedule' && github.event.repository.fork == true && inputs.run-scheduled-in-forks == true) - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 outputs: matrix: ${{ steps.prepare-matrix.outputs.matrix }} steps: @@ -99,7 +99,7 @@ jobs: name: ${{ toJSON(matrix) }} if: ${{ github.event.repository.fork == false || github.event_name != 'schedule' || (github.event_name == 'schedule' && github.event.repository.fork == true && inputs.run-scheduled-in-forks == true) }} needs: prepare-matrix - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: # WA: https://github.community/t/reusable-workflow-with-strategy-matrix/205676/6 matrix: ${{fromJson(needs.prepare-matrix.outputs.matrix)}} diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml index e3b59e8..da850f5 100644 --- a/.github/workflows/gradle-wrapper-validation.yml +++ b/.github/workflows/gradle-wrapper-validation.yml @@ -11,7 +11,7 @@ on: jobs: cmd: name: Gradle Wrapper Validation - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Block deprecated repos in /etc/hosts run: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 653cdd6..1286c52 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,7 +35,7 @@ on: jobs: cmd: name: JDK ${{ inputs.java }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 if: ${{ github.event.repository.fork == false }} steps: - name: Block deprecated repos in /etc/hosts diff --git a/.github/workflows/rtm.yml b/.github/workflows/rtm.yml index 898cbd6..5c80827 100644 --- a/.github/workflows/rtm.yml +++ b/.github/workflows/rtm.yml @@ -7,7 +7,7 @@ jobs: cmd: name: Ready To Merge if: github.event_name == 'pull_request' - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Ready To Merge run: echo 'Ready To Merge' diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 254740e..4d70be8 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -5,7 +5,7 @@ on: - main jobs: sync: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4