We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ded3e commit 85d8154Copy full SHA for 85d8154
1 file changed
.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
63
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
64
65
name: Build binary package
66
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
67
needs: [lint, test]
68
69
steps:
@@ -94,7 +94,7 @@ jobs:
94
95
96
name: Build deb package
97
98
99
100
0 commit comments