From 162ff8365da9bc30f3dcddf0e02c7b7c40197bfc Mon Sep 17 00:00:00 2001 From: Kevin Svetlitski Date: Fri, 4 Aug 2023 14:22:35 -0700 Subject: [PATCH] Update the Ubuntu version used by Travis CI Update from Ubuntu Focal Fossa to Ubuntu Jammy Jellyfish. Staying up to date is always good, but I'm also hoping that perhaps this newer release contains fixes so that PowerPC VMs don't randomly hang indefinitely while booting anymore, stalling our CI pipeline. --- .travis.yml | 2 +- scripts/gen_travis.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 49e6aa7e..85e0b720 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ # Differences are explained here: # https://docs.travis-ci.com/user/languages/minimal-and-generic/ language: minimal -dist: focal +dist: jammy jobs: include: diff --git a/scripts/gen_travis.py b/scripts/gen_travis.py index b49905f9..fe4e029f 100755 --- a/scripts/gen_travis.py +++ b/scripts/gen_travis.py @@ -24,7 +24,7 @@ TRAVIS_TEMPLATE = """\ # Differences are explained here: # https://docs.travis-ci.com/user/languages/minimal-and-generic/ language: minimal -dist: focal +dist: jammy jobs: include: