From a43b8e955558483d8893996cc3a67bc74cbaf358 Mon Sep 17 00:00:00 2001 From: fanquake Date: Mon, 28 Jun 2021 15:54:08 +0800 Subject: build: set OSX_MIN_VERSION to 10.15 This is required to use std::filesystem on macOS as support for it only landed in the libc++ dylib shipped with 10.15. See also: https://developer.apple.com/documentation/xcode-release-notes/xcode-11-release-notes Clang now supports the C++17 library for iOS 13, macOS 10.15, watchOS 6, and tvOS 13. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index b8e46aed64..20ff61049d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -254,7 +254,7 @@ task: FILE_ENV: "./ci/test/00_setup_env_native_nowallet.sh" task: - name: 'macOS 10.14 [gui, no tests] [focal]' + name: 'macOS 10.15 [gui, no tests] [focal]' << : *DEPENDS_SDK_CACHE_TEMPLATE << : *GLOBAL_TASK_TEMPLATE container: -- cgit v1.2.3