diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-05-17 20:57:55 +0200 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-01-16 10:59:41 +0000 |
commit | 6a5bb10da9d4ea87d94089ca260d278da9b889c0 (patch) | |
tree | 408e875037080ded55eb06ff7d09cb95120880c1 | |
parent | 192759eb7bfc329e7d31f46d06986515e38af0b4 (diff) |
ci: Improve naming related to "macOS 12 native x86_64" task
Github-Pull: #25444
Rebased-From: 0bb7a1f71db1d986ab824d114534fb7671024990
-rw-r--r-- | .cirrus.yml | 4 | ||||
-rwxr-xr-x | ci/test/00_setup_env_mac_native_x86_64.sh (renamed from ci/test/00_setup_env_mac_host.sh) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 50a347c97d..1f7c28381e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -289,7 +289,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 @@ -298,7 +298,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 index d176296e76..d176296e76 100755 --- a/ci/test/00_setup_env_mac_host.sh +++ b/ci/test/00_setup_env_mac_native_x86_64.sh |