Skip to content

Commit 0320458

Browse files
committed
.github/workflows: Update Ubuntu images
1 parent 8bc8951 commit 0320458

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
@@ -59,7 +59,7 @@ jobs:
5959
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
6060

6161
name: Build binary package
62-
runs-on: ubuntu-20.04
62+
runs-on: ubuntu-22.04
6363
needs: [lint, test]
6464

6565
steps:
@@ -88,7 +88,7 @@ jobs:
8888
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
8989

9090
name: Build deb package
91-
runs-on: ubuntu-20.04
91+
runs-on: ubuntu-22.04
9292
needs: [lint, test]
9393

9494
steps:

0 commit comments

Comments
 (0)