Skip to content

Commit

Permalink
AppVeyor: Update Ubuntu to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Mar 16, 2024
1 parent be64d22 commit 7712e30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 1.0.{build}
image:
- Visual Studio 2017
- Ubuntu1804
- Ubuntu2204

environment:
CLICOLOR_FORCE: 1
Expand All @@ -14,7 +14,7 @@ matrix:
exclude:
- image: Visual Studio 2017
MSYSTEM: LINUX
- image: Ubuntu1804
- image: Ubuntu2204
MSYSTEM: MINGW64

for:
Expand All @@ -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
Expand Down

0 comments on commit 7712e30

Please sign in to comment.