diff --git a/.github/workflows/macos-linux-conda.yml b/.github/workflows/macos-linux-conda.yml index 1612d63aa1ca148e34c84a7e9209ca6fd1b1de61..b481c8ed05dfc4c2edaa6deffee605a112c85b49 100644 --- a/.github/workflows/macos-linux-conda.yml +++ b/.github/workflows/macos-linux-conda.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - os: ["ubuntu-latest", "macos-latest","macos-14-arm64"] + os: ["ubuntu-latest", "macos-latest","macos-14"] cxx_options: ['', '-mavx2'] build_type: [Release, Debug] python-version: ["3.8", "3.12"] @@ -32,10 +32,10 @@ jobs: os: macos-latest - build_type: Debug cxx_options: -mavx2 - os: macos-14-arm64 + os: macos-14 - build_type: Release cxx_options: -mavx2 - os: macos-14-arm64 + os: macos-14 steps: - uses: actions/checkout@v4