Skip to content

Commit 2f65946

Browse files
committed
needs java 17 now
1 parent d4b667c commit 2f65946

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bobtests_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
distribution: 'temurin'
4646
java-version: |
47-
11
47+
17
4848
- name: Enable KVM group perms
4949
run: |
5050
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules

.github/workflows/tests_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
distribution: 'temurin'
4848
java-version: |
49-
11
49+
17
5050
5151
- name: Enable KVM group perms
5252
run: |

0 commit comments

Comments
 (0)