From 6a8a3b9c8ae6e26613dd18cd5c1fb4485b762a7e Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sat, 21 Nov 2020 14:39:17 +0100 Subject: [PATCH] Travis: using you is a mistake --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 244ae223e..344a692d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -109,7 +109,7 @@ matrix: # Sadly, travis is still missing support for selecting latest images: https://github.com/travis-ci/travis-ci/issues/8922 - os: linux # Ref: https://docs.travis-ci.com/user/reference/linux - dist: focal + dist: bionic - os: osx # Ref: https://docs.travis-ci.com/user/reference/osx dotnet: 5.0.100 # For OSX, we need absolute dotnet version until https://github.com/dotnet/core-setup/issues/4187 is resolved