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..ba30b73c 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-15-intel - target: x86_64-pc-windows-msvc os: windows-latest steps: