Skip to content

Commit

Permalink
pkg: Update Debian/Bin runners to Ubuntu 20.04
Browse files Browse the repository at this point in the history
Ubuntu 18.04 runners are deprecated and no longer available.
  • Loading branch information
qzed committed Apr 19, 2023
1 parent d81738d commit 1c89881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')

name: Build binary package
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
needs: [lint, test]

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

name: Build deb package
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
needs: [lint, test]

steps:
Expand Down

0 comments on commit 1c89881

Please sign in to comment.