diff --git a/.github/workflows/macos-linux-conda.yml b/.github/workflows/macos-linux-conda.yml index a01028728d1ec38bd187a581be9daa0801f48c70..1612d63aa1ca148e34c84a7e9209ca6fd1b1de61 100644 --- a/.github/workflows/macos-linux-conda.yml +++ b/.github/workflows/macos-linux-conda.yml @@ -30,6 +30,12 @@ jobs: - build_type: Release cxx_options: -mavx2 os: macos-latest + - build_type: Debug + cxx_options: -mavx2 + os: macos-14-arm64 + - build_type: Release + cxx_options: -mavx2 + os: macos-14-arm64 steps: - uses: actions/checkout@v4