aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-05-03 14:45:08 +0800
committerfanquake <fanquake@gmail.com>2022-01-26 17:28:16 +0800
commit446e73cc0bb7cd628039eaf9b1bcc93db23b924f (patch)
treef2aa7ac9c043dd90d9c503960b94ce62fbc2b93c /.cirrus.yml
parentdd405add6ecff44bde3924ff7bfa4719b36f3596 (diff)
downloadbitcoin-446e73cc0bb7cd628039eaf9b1bcc93db23b924f.tar.xz
build: use macOS 11 SDK (Xcode 12.2)
This should be sufficient to support building for Apple ARM when cross-compiling.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 240e2cf705..dcc63c6e32 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -277,7 +277,7 @@ task:
container:
image: ubuntu:focal
env:
- MACOS_SDK: "Xcode-12.1-12A7403-extracted-SDK-with-libcxx-headers"
+ MACOS_SDK: "Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers"
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
FILE_ENV: "./ci/test/00_setup_env_mac.sh"