diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4a15e12..1e0c397 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,10 +25,10 @@ jobs: - os: ubuntu-latest python: "3.11" arch: Linux-x86_64 - - os: macos-latest - python: "3.10" + - os: macos-12 + python: "3.11" arch: MacOSX-x86_64 - - os: macos-latest + - os: macos-14 python: "3.11" arch: MacOSX-x86_64 steps: @@ -57,7 +57,7 @@ jobs: pyver=${{ matrix.python }} && sed -i -E "s/python=3\.[[:digit:]]+.*/python=${pyver}/" ./config/default/packages_conda.txt && cat ./config/default/packages_conda.txt && - if [ ${{ matrix.os }} = "macos-latest" ]; then \ + if [[ ${{ matrix.os }} == "macos-12" || ${{ matrix.os }} == "macos-14" ]]; then \ ./soconda.sh -e soconda -v CI -c binary; \ else \ ./soconda.sh -e soconda -v CI -c default; \