Ubuntu 20.04 instead of 18.04 (#15525)

This commit is contained in:
sakridge
2021-02-24 16:03:31 -08:00
committed by GitHub
parent d5f235d997
commit 5656c684a5
2 changed files with 3 additions and 3 deletions

View File

@ -168,7 +168,7 @@ annotateBlockexplorerUrl() {
}
build() {
supported=("18.04")
supported=("20.04")
declare MAYBE_DOCKER=
if [[ $(uname) != Linux || ! " ${supported[*]} " =~ $(lsb_release -sr) ]]; then
# shellcheck source=ci/rust-version.sh