Skip to content

Commit 2865f3f

Browse files
committed
CI: use oldest ubuntu version again for appimage compatibility
1 parent 987fea2 commit 2865f3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.0.6-{build}
22

33
image:
4-
- Ubuntu2004
4+
- Ubuntu1604
55
- Visual Studio 2019
66

77
environment:
@@ -17,9 +17,9 @@ environment:
1717

1818
matrix:
1919
exclude:
20-
- image: Ubuntu2004
20+
- image: Ubuntu1604
2121
BUILD_COMBO: windows-mingw
22-
- image: Ubuntu2004
22+
- image: Ubuntu1604
2323
BUILD_COMBO: windows-msvc
2424
- image: Visual Studio 2019
2525
BUILD_COMBO: linux-gcc

0 commit comments

Comments
 (0)