Skip to content

Commit 7712e30

Browse files
committed
AppVeyor: Update Ubuntu to 22.04
1 parent be64d22 commit 7712e30

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: 1.0.{build}
22
image:
33
- Visual Studio 2017
4-
- Ubuntu1804
4+
- Ubuntu2204
55

66
environment:
77
CLICOLOR_FORCE: 1
@@ -14,7 +14,7 @@ matrix:
1414
exclude:
1515
- image: Visual Studio 2017
1616
MSYSTEM: LINUX
17-
- image: Ubuntu1804
17+
- image: Ubuntu2204
1818
MSYSTEM: MINGW64
1919

2020
for:
@@ -30,7 +30,7 @@ for:
3030
./misc/ninja_syntax_test.py 2>&1\n\"@"
3131
- matrix:
3232
only:
33-
- image: Ubuntu1804
33+
- image: Ubuntu2204
3434
build_script:
3535
- ./configure.py --bootstrap
3636
- ./ninja all

0 commit comments

Comments
 (0)