summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-09-15 17:05:11 -0400
committerAllen Winter <allen.winter@kdab.com>2022-09-15 17:05:11 -0400
commite254ef8f8797b0ad30cceeeade869fbcf1e70264 (patch)
treebb83e789c00f2ee114931583113a84258f1f1c89
parent1b97dd16107943aa84558d26f11b92265c71627a (diff)
downloadlibical-git-e254ef8f8797b0ad30cceeeade869fbcf1e70264.tar.gz
appveyor.yml - switch to image Ubuntu2004
Ubuntu (default) has a broken doxygen install and I don't want hack around that.
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b8ede61d..3ab7db24 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,7 +20,7 @@ skip_tags: false
# Build worker image
image:
#- Visual Studio 2013 #disable since Ninja is not available
- - Ubuntu
+ - Ubuntu2004
- Visual Studio 2019
- macos