diff --git a/appveyor.yml b/appveyor.yml index 1b250b59b..e90f09ea6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,12 +1,12 @@ # Minimal stub to satisfy AppVeyor CI version: 1.0.{build} -image: windows +platform: x64 shallow_clone: true branches: only: - - main - master + - main build_script: - echo "No-op build to satisfy AppVeyor CI"