Ubuntu: Use 22.04 (jammy) instead of 20.04 (focal)

... because the Zed release is supposed to be available for only 22.04.

Change-Id: I195165dd2e4d0e7806ad56d6e417d34f458f09dd
This commit is contained in:
Takashi Kajinami 2022-07-04 00:30:33 +09:00
parent c71da351fb
commit b1eafc75f0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ module OSDefaults
{ 'operatingsystem' => 'CentOS',
'operatingsystemrelease' => [ '9' ] },
{ 'operatingsystem' => 'Ubuntu',
'operatingsystemrelease' => [ '20.04' ] },
'operatingsystemrelease' => [ '22.04' ] },
{ 'operatingsystem' => 'Debian',
'operatingsystemrelease' => [ '11' ] }
]