mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-04 07:07:45 +01:00
ci: Improve naming related to "macOS 12 native x86_64" task
This commit is contained in:
parent
8e017f3288
commit
0bb7a1f71d
2 changed files with 2 additions and 2 deletions
|
@ -314,7 +314,7 @@ task:
|
|||
FILE_ENV: "./ci/test/00_setup_env_mac.sh"
|
||||
|
||||
task:
|
||||
name: 'macOS 12 native [gui, system sqlite only] [no depends]'
|
||||
name: 'macOS 12 native x86_64 [gui, system sqlite] [no depends]'
|
||||
macos_instance:
|
||||
# Use latest image, but hardcode version to avoid silent upgrades (and breaks)
|
||||
image: monterey-xcode-13.3 # https://cirrus-ci.org/guide/macOS
|
||||
|
@ -323,7 +323,7 @@ task:
|
|||
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
|
||||
CI_USE_APT_INSTALL: "no"
|
||||
PACKAGE_MANAGER_INSTALL: "echo" # Nothing to do
|
||||
FILE_ENV: "./ci/test/00_setup_env_mac_host.sh"
|
||||
FILE_ENV: "./ci/test/00_setup_env_mac_native_x86_64.sh"
|
||||
|
||||
task:
|
||||
name: 'ARM64 Android APK [focal]'
|
||||
|
|
Loading…
Add table
Reference in a new issue