From dccc23d4fd265fe781ce26682cd3febec6a87357 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Fri, 29 Oct 2021 12:19:49 +0100 Subject: AppVeyor: update to Ubuntu2004 image, for up-to-date SSL certificates for Savannah, for gnulib --- .appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 571fbf2..1439226 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -6,9 +6,9 @@ environment: CONFIGURE_FLAGS: --with-hunspell-dir=/mingw64/share/hunspell VERBOSE: 1 # Get test logs in output matrix: - - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu + - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004 ASAN: 'yes' - - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu + - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004 - APPVEYOR_BUILD_WORKER_IMAGE: macos # MSYS does not have hunspell packages # - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 @@ -22,7 +22,7 @@ for: - matrix: only: - - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu + - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004 init: - sudo add-apt-repository -y ppa:nuspell/ppa - sudo apt-get -y install libglib2.0-dev libaspell-dev hspell libhunspell-dev libvoikko-dev voikko-fi aspell-en libunittest++-dev hunspell-fr libnuspell-dev -- cgit v1.2.1