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:
parent
07a2eab3ed
commit
162ff8365d
@ -6,7 +6,7 @@
|
|||||||
# Differences are explained here:
|
# Differences are explained here:
|
||||||
# https://docs.travis-ci.com/user/languages/minimal-and-generic/
|
# https://docs.travis-ci.com/user/languages/minimal-and-generic/
|
||||||
language: minimal
|
language: minimal
|
||||||
dist: focal
|
dist: jammy
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
@ -24,7 +24,7 @@ TRAVIS_TEMPLATE = """\
|
|||||||
# Differences are explained here:
|
# Differences are explained here:
|
||||||
# https://docs.travis-ci.com/user/languages/minimal-and-generic/
|
# https://docs.travis-ci.com/user/languages/minimal-and-generic/
|
||||||
language: minimal
|
language: minimal
|
||||||
dist: focal
|
dist: jammy
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
Loading…
Reference in New Issue
Block a user