We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb0723 commit 3a2dec9Copy full SHA for 3a2dec9
.github/workflows/cd.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
continuous-delivery:
12
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
13
14
steps:
15
- name: Check out Git repository
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
build-test:
name: Java ${{ matrix.java }} Test
strategy:
matrix:
0 commit comments