We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8e24e commit 447dc80Copy full SHA for 447dc80
.github/workflows/unit-test-on-pull-request.yml
@@ -137,11 +137,13 @@ jobs:
137
- { target_arch: amd64, kernel: 6.6.31 }
138
- { target_arch: amd64, kernel: 6.8.10 }
139
- { target_arch: amd64, kernel: 6.9.1 }
140
+ - { target_arch: amd64, kernel: 6.12.16 }
141
142
# ARM64 (NOTE: older ARM64 kernels are not available in Cilium repos)
143
- { target_arch: arm64, kernel: 6.6.31 }
144
- { target_arch: arm64, kernel: 6.8.4 }
145
- { target_arch: arm64, kernel: 6.9.1 }
146
+ - { target_arch: arm64, kernel: 6.12.16 }
147
steps:
148
- name: Clone code
149
uses: actions/checkout@v4
0 commit comments