Commit aeece3c62df4aa3070d84d47acc55ccf84a528e2
Switch to macos-monterey on AppVeyor
Looks like BigSur was now also dropped by Homebrew as builds
now fail while trying to build packages from sources.
Author: xaizek
Author date (UTC): 2024-01-13 15:54
Committer name: xaizek
Committer date (UTC): 2024-01-13 15:54
Parent(s): 68cff0c2f63efe9dc2d5d1ec1f22a1d87c1c8099
Signing key: 99DC5E4DB05F6BE2
Tree: 91b534d7aecbb1d2a0b4ce6eb8d378560657c4d0
File data/appveyor/config.yml changed (mode: 100644) (index 03b90fc..08a3025) |
... |
... |
environment: |
16 |
16 |
- BUILDENV: macos |
- BUILDENV: macos |
17 |
17 |
CC: ccache clang |
CC: ccache clang |
18 |
18 |
CXX: ccache clang++ |
CXX: ccache clang++ |
19 |
|
APPVEYOR_BUILD_WORKER_IMAGE: macos-bigsur |
|
|
19 |
|
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey |
20 |
20 |
|
|
21 |
21 |
cache: |
cache: |
22 |
22 |
- $HOME/.ccache |
- $HOME/.ccache |