diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-08-09 10:59:43 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-08-09 10:59:43 +0100 |
commit | 9658d0dc17c270138523c41a982425e276b24271 (patch) | |
tree | 3a481029a2bc327aaa9d1e30a988de53895f44d8 /.cirrus.yml | |
parent | d096743150fd35578b7ed71ef6bced2341927d43 (diff) |
ci: Run "macOS native x86_64" job on GitHub Actions
Also, the "macOS native arm64" task has been removed from Cirrus CI.
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 4a6e73ac85..cf68110ec1 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -334,20 +334,3 @@ task: env: MACOS_SDK: "Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers" << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV - -task: - name: 'macOS 13 native arm64 [gui, sqlite only] [no depends]' - macos_instance: - # Use latest image, but hardcode version to avoid silent upgrades (and breaks) - image: ghcr.io/cirruslabs/macos-ventura-xcode:14.3.1 # https://cirrus-ci.org/guide/macOS - << : *BASE_TEMPLATE - check_clang_script: - - clang --version - brew_install_script: - - brew install boost libevent qt@5 miniupnpc libnatpmp ccache zeromq qrencode libtool automake gnu-getopt - << : *MAIN_TEMPLATE - env: - << : *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_native_arm64.sh" |