We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e017f3 commit 0bb7a1fCopy full SHA for 0bb7a1f
.cirrus.yml
@@ -314,7 +314,7 @@ task:
314
FILE_ENV: "./ci/test/00_setup_env_mac.sh"
315
316
task:
317
- name: 'macOS 12 native [gui, system sqlite only] [no depends]'
+ name: 'macOS 12 native x86_64 [gui, system sqlite] [no depends]'
318
macos_instance:
319
# Use latest image, but hardcode version to avoid silent upgrades (and breaks)
320
image: monterey-xcode-13.3 # https://cirrus-ci.org/guide/macOS
@@ -323,7 +323,7 @@ task:
323
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
324
CI_USE_APT_INSTALL: "no"
325
PACKAGE_MANAGER_INSTALL: "echo" # Nothing to do
326
- FILE_ENV: "./ci/test/00_setup_env_mac_host.sh"
+ FILE_ENV: "./ci/test/00_setup_env_mac_native_x86_64.sh"
327
328
329
name: 'ARM64 Android APK [focal]'
ci/test/00_setup_env_mac_host.sh renamed to ci/test/00_setup_env_mac_native_x86_64.sh
0 commit comments