Skip to content

Commit

Permalink
Run on ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Feb 12, 2025
1 parent 4416292 commit cfeb988
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/binary-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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)}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rtm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfeb988

Please sign in to comment.