Skip to content

Commit 85d8154

Browse files
committed
.github/workflows: Update Ubuntu runners to Ubuntu 22.04
1 parent 45ded3e commit 85d8154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
6464

6565
name: Build binary package
66-
runs-on: ubuntu-20.04
66+
runs-on: ubuntu-22.04
6767
needs: [lint, test]
6868

6969
steps:
@@ -94,7 +94,7 @@ jobs:
9494
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
9595

9696
name: Build deb package
97-
runs-on: ubuntu-20.04
97+
runs-on: ubuntu-22.04
9898
needs: [lint, test]
9999

100100
steps:

0 commit comments

Comments
 (0)