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.
This commit is contained in:
Kevin Svetlitski 2023-08-04 14:22:35 -07:00 committed by Qi Wang
parent 07a2eab3ed
commit 162ff8365d
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: