Skip to content

Commit

Permalink
Issue 762: Fixed bug in mac os image name.
Browse files Browse the repository at this point in the history
  • Loading branch information
PMSeitzer committed Nov 4, 2024
1 parent 80a7fb3 commit 60be230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ deploy:
prerelease: false
on:
APPVEYOR_REPO_TAG: true
APPVEYOR_BUILD_WORKER_IMAGE: macos-sonoma
APPVEYOR_BUILD_WORKER_IMAGE: macos-ventura

- provider: GitHub
description: 'Peakdetector Executable - Mac OS'
Expand All @@ -124,4 +124,4 @@ deploy:
prerelease: false
on:
APPVEYOR_REPO_TAG: true
APPVEYOR_BUILD_WORKER_IMAGE: macos-sonoma
APPVEYOR_BUILD_WORKER_IMAGE: macos-ventura

0 comments on commit 60be230

Please sign in to comment.