We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca34729 commit 67e0a53Copy full SHA for 67e0a53
.github/workflows/maven-publish.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
matrix:
18
include:
19
- - { os: ubuntu-20.04, arch: "linux/amd64" }
+ - { os: ubuntu-22.04, arch: "linux/amd64" }
20
runs-on: ${{ matrix.os }}
21
steps:
22
- name: Branch name and revision
0 commit comments