commit 7641cc51f3b0149245f231b14e833e61fab4cd8b
parent 9ef469f096838f1cd7c204dd63e0de8d08e5ca2b
Author: cfillion <cfillion@users.noreply.github.com>
Date: Sun, 11 Feb 2024 22:40:16 -0500
ci: updrade macOS arm64 builds to Xcode 13.2.1
...and pin the OS image to Big Sur. The old 'macos' alias got upgraded away from Catalina.
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.appveyor.yml b/.appveyor.yml
@@ -76,7 +76,7 @@ for:
artifacts:
- path: build/reaper_reapack*.so
- - matrix: { only: [ appveyor_build_worker_image: macos, appveyor_build_worker_image: macos-mojave ] }
+ - matrix: { only: [ appveyor_build_worker_image: macos-bigsur, appveyor_build_worker_image: macos-mojave ] }
cache:
- build/vcpkg_installed -> vcpkg.json, cmake/vcpkg-triplets/arch-env.cmake
install:
@@ -84,7 +84,7 @@ for:
case $ARCH in
arm64)
DEPLOY_TARGET=11.0
- sudo xcode-select -s /Applications/Xcode-12.3.app
+ sudo xcode-select -s /Applications/Xcode-13.2.1.app
;;
*)
DEPLOY_TARGET=10.9
@@ -141,7 +141,7 @@ environment:
appveyor_build_worker_image: macos-mojave
ARCH: i386
- job_name: macOS ARM 64-bit
- appveyor_build_worker_image: macos
+ appveyor_build_worker_image: macos-bigsur
ARCH: arm64
- job_name: Linux x86 64-bit
appveyor_build_worker_image: *linux