ci: Switch 6.0 production to be on Ubuntu 22.04.

This causes us to cover all of our supported operating systems, and
Ubuntu 22.04 support was originally added in Zulip Server 6.0.
This commit is contained in:
Alex Vandiver
2024-01-05 15:53:14 -05:00
committed by Tim Abbott
parent 9f12e1437a
commit f9834d4e6d

View File

@@ -251,9 +251,9 @@ jobs:
- docker_image: zulip/ci:bullseye-5.0 - docker_image: zulip/ci:bullseye-5.0
name: 5.0 Version Upgrade name: 5.0 Version Upgrade
os: bullseye os: bullseye
- docker_image: zulip/ci:bullseye-6.0 - docker_image: zulip/ci:jammy-6.0
name: 6.0 Version Upgrade name: 6.0 Version Upgrade
os: bullseye os: jammy
- docker_image: zulip/ci:bookworm-7.0 - docker_image: zulip/ci:bookworm-7.0
name: 7.0 Version Upgrade name: 7.0 Version Upgrade
os: bookworm os: bookworm