mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
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
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue