From f05a82799a01569edeb5e2594cd7d56282320f9e Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Sun, 26 May 2024 14:29:56 +0200 Subject: [PATCH] chore: CI: restore macOS aarch64 install sufix --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96308aefc93c..c4f963fc7d9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,6 +192,7 @@ jobs: { "name": "macOS aarch64", "os": "macos-14", + "CMAKE_OPTIONS": "-DLEAN_INSTALL_SUFFIX=-darwin_aarch64", "release": true, "check-level": 1, "shell": "bash -euxo pipefail {0}",