appveyor.yml: Switch the Linux image from 'Ubuntu' (18.04) to 'Ubuntu2204'.

The Linux builds have been failing for a while due to an image
configuration issue, and seemingly no one at AppVeyor has noticed:

W: GPG error: https://dl.google.com/linux/chrome/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 32EE5355A6BC6E42
E: The repository 'https://dl.google.com/linux/chrome/deb stable InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
This commit is contained in:
David Korth 2025-03-02 23:51:25 -05:00
parent 781b5a5214
commit 5f2ad99e84

View File

@ -4,7 +4,7 @@ version: '2.4.1.{build}'
# Build worker image (VM template)
image:
- Visual Studio 2015
- Ubuntu
- Ubuntu2204
configuration:
- Debug
- Release