diff --git a/.github/workflows/antora.yml b/.github/workflows/antora.yml index 8dfbb52..5a09a9e 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-24.04 + runs-on: ubuntu-24.04-arm steps: - name: Block deprecated repos in /etc/hosts run: | diff --git a/.github/workflows/binary-check.yml b/.github/workflows/binary-check.yml index f05da8c..24f0ab0 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-24.04 + runs-on: ubuntu-24.04-arm steps: - name: Block deprecated repos in /etc/hosts run: | diff --git a/.github/workflows/cmd.yml b/.github/workflows/cmd.yml index 130ae45..7f05ca9 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-24.04 + runs-on: ubuntu-24.04-arm 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-24.04 + runs-on: ubuntu-24.04-arm 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 5ab6a68..d32b02a 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-24.04 + runs-on: ubuntu-24.04-arm steps: - name: Block deprecated repos in /etc/hosts run: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a0a0781..5112a84 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-24.04 + runs-on: ubuntu-24.04-arm 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 5c80827..a112a2d 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-24.04 + runs-on: ubuntu-24.04-arm steps: - name: Ready To Merge run: echo 'Ready To Merge' diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 3588181..599687e 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -5,7 +5,7 @@ on: - main jobs: sync: - runs-on: ubuntu-24.04 + runs-on: ubuntu-24.04-arm steps: - name: Checkout uses: actions/checkout@v6