diff --git a/.travis.yml b/.travis.yml index 749ef76..f80ed86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ language: cpp compiler: gcc -dist: xenial +dist: bionic cache: directories: @@ -95,10 +95,10 @@ jobs: # Compile example - env: SET=test01 - dist: bionic + dist: focal - env: SET=test01 BCFG=static-debug - dist: bionic + dist: focal - env: SET=test01 CLEAN_DEPS=NO dist: trusty diff --git a/travis/.travis.yml.example-full b/travis/.travis.yml.example-full index 3de4982..f796f27 100644 --- a/travis/.travis.yml.example-full +++ b/travis/.travis.yml.example-full @@ -5,7 +5,7 @@ language: cpp compiler: gcc -dist: xenial +dist: bionic cache: directories: diff --git a/travis/.travis.yml.example-mini b/travis/.travis.yml.example-mini index bede258..0130f59 100644 --- a/travis/.travis.yml.example-mini +++ b/travis/.travis.yml.example-mini @@ -3,7 +3,7 @@ language: cpp compiler: gcc -dist: xenial +dist: bionic # Minimal set of packages needed to compile EPICS Base