ci: stop using deprecated Ubuntu 18.04

GitHub Actions fails running 18.04 jobs currently:
<https://github.com/actions/runner-images/issues/6002>
This commit is contained in:
link2xt
2023-02-21 13:09:57 +00:00
parent 38a62d92ba
commit e86fbf5855
3 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ on:
jobs:
pack-module:
name: "Package @deltachat/jsonrpc-client and upload to download.delta.chat"
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Install tree
run: sudo apt install tree