From 0bb7a1f71db1d986ab824d114534fb7671024990 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Tue, 17 May 2022 20:57:55 +0200 Subject: [PATCH] ci: Improve naming related to "macOS 12 native x86_64" task --- .cirrus.yml | 4 ++-- ...etup_env_mac_host.sh => 00_setup_env_mac_native_x86_64.sh} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename ci/test/{00_setup_env_mac_host.sh => 00_setup_env_mac_native_x86_64.sh} (100%) diff --git a/.cirrus.yml b/.cirrus.yml index 7e2a70e63c..8943835441 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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]' diff --git a/ci/test/00_setup_env_mac_host.sh b/ci/test/00_setup_env_mac_native_x86_64.sh similarity index 100% rename from ci/test/00_setup_env_mac_host.sh rename to ci/test/00_setup_env_mac_native_x86_64.sh