Skip to content

Commit 2e31068

Browse files
committed
pkg: Update debian and binary runners to ubuntu-18.04
1 parent 576b5d1 commit 2e31068

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-16.04
62+
runs-on: ubuntu-18.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-16.04
91+
runs-on: ubuntu-18.04
9292
needs: [lint, test]
9393

9494
steps:

0 commit comments

Comments
 (0)