Commit ce9f8e76ecdc1364aa30b6d6f702e36d5f7b1b8b
Switch to macos-bigsur on AppVeyor
Looks like Catalina was recently dropped by Homebrew as builds
now fail while trying to build boost rather than installing their
binaries.
Author: xaizek
Author date (UTC): 2023-04-02 17:53
Committer name: xaizek
Committer date (UTC): 2023-04-02 17:53
Parent(s): ed514b4a07556f8c783abeeec1a85ab9fc5b3747
Signing key: 99DC5E4DB05F6BE2
Tree: 67eaf3abb16c1f9cc03a38cd9edc4864139d308a
| File data/appveyor/config.yml changed (mode: 100644) (index 493b266..3862e84) |
| ... |
... |
environment: |
| 13 |
13 |
CC: ccache gcc |
CC: ccache gcc |
| 14 |
14 |
CXX: ccache g++ |
CXX: ccache g++ |
| 15 |
15 |
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu |
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu |
| 16 |
|
- BUILDENV: macos |
|
|
16 |
|
- BUILDENV: macos-bigsur |
| 17 |
17 |
CC: ccache clang |
CC: ccache clang |
| 18 |
18 |
CXX: ccache clang++ |
CXX: ccache clang++ |
| 19 |
19 |
APPVEYOR_BUILD_WORKER_IMAGE: macOS |
APPVEYOR_BUILD_WORKER_IMAGE: macOS |