Skip to content

Commit 76dfdeb

Browse files
committed
Execute CI on stable Ubuntu 22
1 parent b72c568 commit 76dfdeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ on:
1212

1313
jobs:
1414
test:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919
- name: Setup JDK
20-
uses: actions/setup-java@v2
20+
uses: actions/setup-java@v4
2121
with:
2222
distribution: temurin
2323
java-version: 8

0 commit comments

Comments
 (0)