From daa502f3ff6cf44a515a296559cfa294d3cc253c Mon Sep 17 00:00:00 2001 From: lv <132778382+lv37@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:42:32 +0100 Subject: [PATCH] Fix wrong compilation target --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4cfa0cb..09979ad2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,6 +36,7 @@ jobs: os: ubuntu-20.04 - target: darwin-x86_64 os: macos-latest + vflags: -d cross_compile_macos_x86_64 - target: darwin-arm64 os: macos-latest vflags: -d cross_compile_macos_arm64