mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user