Skip to content

Commit 0bb7a1f

Browse files
committed
ci: Improve naming related to "macOS 12 native x86_64" task
1 parent 8e017f3 commit 0bb7a1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cirrus.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ task:
314314
FILE_ENV: "./ci/test/00_setup_env_mac.sh"
315315

316316
task:
317-
name: 'macOS 12 native [gui, system sqlite only] [no depends]'
317+
name: 'macOS 12 native x86_64 [gui, system sqlite] [no depends]'
318318
macos_instance:
319319
# Use latest image, but hardcode version to avoid silent upgrades (and breaks)
320320
image: monterey-xcode-13.3 # https://cirrus-ci.org/guide/macOS
@@ -323,7 +323,7 @@ task:
323323
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
324324
CI_USE_APT_INSTALL: "no"
325325
PACKAGE_MANAGER_INSTALL: "echo" # Nothing to do
326-
FILE_ENV: "./ci/test/00_setup_env_mac_host.sh"
326+
FILE_ENV: "./ci/test/00_setup_env_mac_native_x86_64.sh"
327327

328328
task:
329329
name: 'ARM64 Android APK [focal]'

0 commit comments

Comments
 (0)