Skip to content
Merged
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
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down