We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc8951 commit 0320458Copy full SHA for 0320458
1 file changed
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
60
61
name: Build binary package
62
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
63
needs: [lint, test]
64
65
steps:
@@ -88,7 +88,7 @@ jobs:
88
89
90
name: Build deb package
91
92
93
94
0 commit comments