We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55ca150 + 0e462a8 commit 08bc2d5Copy full SHA for 08bc2d5
python/servo/bootstrap.py
@@ -382,7 +382,7 @@ def get_linux_distribution():
382
raise Exception('unsupported version of %s: %s' % (distrib, version))
383
distrib, version = 'Ubuntu', base_version
384
elif distrib.lower() == 'ubuntu':
385
- if version > '21.10':
+ if version > '22.04':
386
387
# Fixme: we should allow checked/supported versions only
388
elif distrib.lower() not in [
0 commit comments