Although Github Actions is GA within Github Enterprise Server 3.x single server edition, it is not available in Github Enterprise Server 3.x cluster edition[1]. Continue to support travis. [1] https://docs.github.com/en/enterprise-server@3.0/admin/release-notes#github-packages Signed-off-by: Mimi Zohar <zohar@xxxxxxxxxxxxx> --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b18c871be200..cc76c0adb312 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ # Copyright (c) 2017-2021 Petr Vorel <pvorel@xxxxxxx> -dist: bionic +dist: focal language: C services: - docker -- 2.31.1