Skip to content

Commit

Permalink
Update Github Actions runner images (#8660)
Browse files Browse the repository at this point in the history
Ubuntu 20.04 will become unsupported on 2025-04. Update the images used
in the Github Actions runners to one supported.

actions/runner-images#11101
  • Loading branch information
juanluisrp authored Feb 13, 2025
1 parent fc1589c commit 711f9f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: write
pull-requests: write
issues: write
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: Backport
steps:
- name: Backport Bot
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-22.04
- os: ubuntu-24.04
jdk: 11
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
find ~/.m2/repository -name "*SNAPSHOT*" -type d | xargs rm -rf {}
QA:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 711f9f2

Please sign in to comment.