From 470fc5016d3ac9b9999666eef38b3f140957db17 Mon Sep 17 00:00:00 2001 From: Nikolaus Heger Date: Thu, 8 Jan 2026 15:43:55 +0800 Subject: [PATCH 1/2] re-enable x86 mac builds --- .github/workflows/quantus-hotfix-release.yml | 2 ++ .github/workflows/quantus-release.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/quantus-hotfix-release.yml b/.github/workflows/quantus-hotfix-release.yml index 7abcfc5a..a6f5db40 100644 --- a/.github/workflows/quantus-hotfix-release.yml +++ b/.github/workflows/quantus-hotfix-release.yml @@ -67,6 +67,8 @@ jobs: os: ubuntu-latest - target: aarch64-apple-darwin os: macos-latest + - target: x86_64-apple-darwin + os: macos-13 - target: x86_64-pc-windows-msvc os: windows-latest steps: diff --git a/.github/workflows/quantus-release.yml b/.github/workflows/quantus-release.yml index e4da781f..7a5a4826 100644 --- a/.github/workflows/quantus-release.yml +++ b/.github/workflows/quantus-release.yml @@ -74,6 +74,8 @@ jobs: os: ubuntu-latest - target: aarch64-apple-darwin os: macos-latest + - target: x86_64-apple-darwin + os: macos-13 - target: x86_64-pc-windows-msvc os: windows-latest steps: From bac13d10554049f8bfd5de3b25680c6bad2e2eb1 Mon Sep 17 00:00:00 2001 From: Nikolaus Heger Date: Thu, 8 Jan 2026 16:25:23 +0800 Subject: [PATCH 2/2] mac intel target is 15 --- .github/workflows/quantus-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quantus-release.yml b/.github/workflows/quantus-release.yml index 7a5a4826..ba30b73c 100644 --- a/.github/workflows/quantus-release.yml +++ b/.github/workflows/quantus-release.yml @@ -75,7 +75,7 @@ jobs: - target: aarch64-apple-darwin os: macos-latest - target: x86_64-apple-darwin - os: macos-13 + os: macos-15-intel - target: x86_64-pc-windows-msvc os: windows-latest steps: