Skip to content

Commit 5a179d4

Browse files
committed
pkg: Update Debian/Bin runners to Ubuntu 20.04
1 parent 897c617 commit 5a179d4

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

9494
steps:

0 commit comments

Comments
 (0)