From 6846eb53fd120ea92e17e25833b1725bc813d5c6 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 27 Jan 2023 21:24:28 +0200 Subject: [PATCH] Change architecture of macOS 12.4 job to arm64 --- .drone.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 70221837..ec0258b7 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -359,7 +359,7 @@ local windows_pipeline(name, image, environment, arch = "amd64") = macos_pipeline( "MacOS 12.4 Xcode 13.4.1 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(