Ubuntu 20.04 instead of 18.04 (#15525)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user