Commit 58fb35bda72a9b3345d43376377a5401f375ef5d
Build using macos-sonoma on AppVeyor
Ventura's binary cache got dropped by HomeBrew, so bumping.
Author: xaizek
Author date (UTC): 2025-11-21 10:06
Committer name: xaizek
Committer date (UTC): 2025-11-21 10:07
Parent(s): baa6a02a86725323d65ace5647824476e5af93d9
Signing key: 99DC5E4DB05F6BE2
Tree: 997c568d38a2f24fec56ee98c634424240e08209
| File scripts/appveyor/config.yml changed (mode: 100644) (index 2c6ed0d..1ead91f) |
| ... |
... |
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-ventura |
|
|
31 |
|
APPVEYOR_BUILD_WORKER_IMAGE: macos-sonoma |
| 32 |
32 |
- BUILDENV: valgrind |
- BUILDENV: valgrind |
| 33 |
33 |
CC: ccache gcc |
CC: ccache gcc |
| 34 |
34 |
CXX: ccache g++ |
CXX: ccache g++ |