Skip to content

Commit 58ca639

Browse files
committed
Update maven.yml to run on ubuntu24, mac26
1 parent 18282cb commit 58ca639

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ on:
1717
jobs:
1818
build:
1919

20-
# ubuntu-22.04 ships with kernel 6.8, which is within the supported range for the kernel modules.
21-
# ubuntu-24.04 ships with kernel 6.17, which is outside the supported range.
20+
# ubuntu-24.04 ships with kernel 6.17.
2221
# https://github.com/actions/runner-images/blob/21cc988dd143f7b70b40fc749eff96faebf35795/images/ubuntu/Ubuntu2204-Readme.md
2322
strategy:
2423
matrix:
25-
os: [ubuntu-22.04, ubuntu-24.04, macos-26]
24+
os: [ubuntu-24.04, macos-26]
2625
runs-on: ${{ matrix.os }}
2726

2827
steps:

0 commit comments

Comments
 (0)