diff options
author | Jan Niklas Hasse <jhasse@bixense.com> | 2024-03-16 17:08:57 (GMT) |
---|---|---|
committer | Jan Niklas Hasse <jhasse@bixense.com> | 2024-03-16 17:08:57 (GMT) |
commit | 7712e30548059def780a5ba6f02a722ef57e1f5b (patch) | |
tree | 4f0c04205fc450244df1393d9d37bce6374c3d18 | |
parent | be64d2237d3ea5bb64fc3906797615ee90d8cacb (diff) | |
download | Ninja-7712e30548059def780a5ba6f02a722ef57e1f5b.zip Ninja-7712e30548059def780a5ba6f02a722ef57e1f5b.tar.gz Ninja-7712e30548059def780a5ba6f02a722ef57e1f5b.tar.bz2 |
AppVeyor: Update Ubuntu to 22.04
-rw-r--r-- | appveyor.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index ecc9f98..505e142 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ version: 1.0.{build} image: - Visual Studio 2017 - - Ubuntu1804 + - Ubuntu2204 environment: CLICOLOR_FORCE: 1 @@ -14,7 +14,7 @@ matrix: exclude: - image: Visual Studio 2017 MSYSTEM: LINUX - - image: Ubuntu1804 + - image: Ubuntu2204 MSYSTEM: MINGW64 for: @@ -30,7 +30,7 @@ for: ./misc/ninja_syntax_test.py 2>&1\n\"@" - matrix: only: - - image: Ubuntu1804 + - image: Ubuntu2204 build_script: - ./configure.py --bootstrap - ./ninja all |