mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-31 11:57:15 +02:00
Change architecture of macOS 12.4 job to arm64
This commit is contained in:
@ -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(
|
||||||
|
Reference in New Issue
Block a user