Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ skip_commits:

clone_depth: 50

image: Visual Studio 2022
image: Visual Studio 2026

environment:

Expand Down
31 changes: 6 additions & 25 deletions ci/schemas/appveyor.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://json.schemastore.org/appveyor.json",
"allOf": [
{
"$ref": "#/definitions/job"
Expand Down Expand Up @@ -135,6 +136,7 @@
"Ubuntu1804",
"Ubuntu2004",
"Ubuntu2204",
"Ubuntu2404",
"Previous Ubuntu",
"Previous Ubuntu1604",
"Previous Ubuntu1804",
Expand All @@ -144,6 +146,7 @@
"Visual Studio 2017",
"Visual Studio 2019",
"Visual Studio 2022",
"Visual Studio 2026",
"Visual Studio 2017 Preview",
"Visual Studio 2019 Preview",
"Previous Visual Studio 2013",
Expand Down Expand Up @@ -172,6 +175,7 @@
"jobScalars": {
"title": "job scalars",
"type": "object",
"additionalProperties": false,
"properties": {
"image": {
"$ref": "#/definitions/image"
Expand Down Expand Up @@ -204,29 +208,7 @@
}
]
}
},
"allOf": [
{
"not": {
"required": ["skip_tags"]
}
},
{
"not": {
"required": ["skip_commits"]
}
},
{
"not": {
"required": ["skip_branch_with_pr"]
}
},
{
"not": {
"required": ["skip_non_tags"]
}
}
]
}
},
"job": {
"title": "job",
Expand Down Expand Up @@ -776,6 +758,5 @@
}
}
},
"id": "https://json.schemastore.org/appveyor.json",
"title": "JSON schema for AppVeyor CI configuration files"
}
Loading