Skip to content

Commit

Permalink
Update Github Actions runner images (#8663)
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 1c5cc3b commit 797a244
Showing 1 changed file with 2 additions and 2 deletions.
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: 8
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 797a244

Please sign in to comment.