We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18282cb commit 58ca639Copy full SHA for 58ca639
1 file changed
.github/workflows/maven.yml
@@ -17,12 +17,11 @@ on:
17
jobs:
18
build:
19
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.
+ # ubuntu-24.04 ships with kernel 6.17.
22
# https://github.com/actions/runner-images/blob/21cc988dd143f7b70b40fc749eff96faebf35795/images/ubuntu/Ubuntu2204-Readme.md
23
strategy:
24
matrix:
25
- os: [ubuntu-22.04, ubuntu-24.04, macos-26]
+ os: [ubuntu-24.04, macos-26]
26
runs-on: ${{ matrix.os }}
27
28
steps:
0 commit comments