Change architecture of macOS 12.4 job to arm64

This commit is contained in:
Peter Dimov
2023-01-27 21:24:28 +02:00
parent 141550f585
commit 6846eb53fd

View File

@ -359,7 +359,7 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
macos_pipeline( macos_pipeline(
"MacOS 12.4 Xcode 13.4.1 ASAN", "MacOS 12.4 Xcode 13.4.1 ASAN",
{ TOOLSET: 'clang', COMPILER: 'clang++', CXXSTD: '03,11,14,1z' } + asan, { TOOLSET: 'clang', COMPILER: 'clang++', CXXSTD: '03,11,14,1z' } + asan,
xcode_version = "13.4.1", osx_version = "monterey", xcode_version = "13.4.1", osx_version = "monterey", arch = "arm64",
), ),
windows_pipeline( windows_pipeline(