We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef56d1 commit 02e84e5Copy full SHA for 02e84e5
.github/workflows/ci_test_vector_java.yml
@@ -31,7 +31,7 @@ jobs:
31
java-version: [8, 11, 16, 17]
32
os: [
33
# Run on ubuntu image that comes pre-configured with docker
34
- ubuntu-latest,
+ ubuntu-22.04,
35
]
36
runs-on: ${{ matrix.os }}
37
permissions:
0 commit comments