Commit 4ff153aeba76f3eb1c993baf7ce573b443eac5af
Switch to macos-ventura on AppVeyor
Looks like Monterey got dropped by Homebrew after its support has been
stopped as builds now fail while trying to build packages from sources.
Author: xaizek
Author date (UTC): 2025-08-16 14:08
Committer name: xaizek
Committer date (UTC): 2025-08-16 14:20
Parent(s): d6c03d1eead51d70a06f71531a3eb1f11a707769
Signing key: 99DC5E4DB05F6BE2
Tree: 685995b62771580ae35bc24254491783be9eadc6
File scripts/appveyor/config.yml changed (mode: 100644) (index 96a54e6..2c6ed0d) |
... |
... |
environment: |
28 |
28 |
- BUILDENV: macos |
- BUILDENV: macos |
29 |
29 |
CC: ccache clang |
CC: ccache clang |
30 |
30 |
CXX: ccache clang++ |
CXX: ccache clang++ |
31 |
|
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey |
|
|
31 |
|
APPVEYOR_BUILD_WORKER_IMAGE: macos-ventura |
32 |
32 |
- BUILDENV: valgrind |
- BUILDENV: valgrind |
33 |
33 |
CC: ccache gcc |
CC: ccache gcc |
34 |
34 |
CXX: ccache g++ |
CXX: ccache g++ |