Skip to content

Commit c1cc638

Browse files
committed
ci: bump Ubuntu to v24.04
1 parent b5ce764 commit c1cc638

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
jobs:
77
pmd:
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99
steps:
1010
- uses: actions/checkout@v5
1111
- uses: actions/setup-java@v5
@@ -23,7 +23,7 @@ jobs:
2323
if: steps.pmd.outputs.violations != 0
2424
run: exit 1
2525
maven-verify:
26-
runs-on: ubuntu-22.04
26+
runs-on: ubuntu-24.04
2727
steps:
2828
- name: Set up Maven
2929
uses: stCarolas/setup-maven@v5

0 commit comments

Comments
 (0)