diff --git a/appveyor.yml b/appveyor.yml index 39555ca3..8aaa4e83 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ environment: - job_name: Windows build appveyor_build_worker_image: Visual Studio 2022 - job_name: macOS build - appveyor_build_worker_image: macOS + appveyor_build_worker_image: macos-sonoma matrix: fast_finish: true @@ -78,7 +78,7 @@ for: secure: QWdxOY0xIK4XR50AYb77TKCmMd2k00iEBfrYYxzhwM+pDyvSjQXO6Oqg1epfe0KRpZNc+a9cGwCJ8qMyCEQxsA== init: - curl -sSL https://dot.net/v1/dotnet-install.sh | /bin/bash -s -- --channel 8.0 - - brew install create-dmg + - HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install create-dmg build_script: - dotnet tool install Cake.Tool --create-manifest-if-needed - dotnet tool run dotnet-cake ./build-macos.cake --settings_skippackageversioncheck=true