diff --git a/.github/workflows/basictest.yml b/.github/workflows/basictest.yml index 6c55b7e..f11f89f 100644 --- a/.github/workflows/basictest.yml +++ b/.github/workflows/basictest.yml @@ -15,14 +15,14 @@ jobs: strategy: matrix: include: - - { os: ubuntu-20.04, CC: gcc-10, CXX: g++-10, python: '3.8' } - - { os: ubuntu-22.04, CC: gcc, CXX: g++, python: '3.9' } +#TMP# - { os: ubuntu-20.04, CC: gcc-10, CXX: g++-10, python: '3.8' } +#TMP# - { os: ubuntu-22.04, CC: gcc, CXX: g++, python: '3.9' } - { os: ubuntu-latest, CC: gcc, CXX: g++, python: '3.10' } - - { os: ubuntu-latest, CC: clang, CXX: clang++, python: '3.11' } - - { os: ubuntu-latest, CC: gcc-12, CXX: g++-12, python: '3.11' } - - { os: macos-11, CC: clang, CXX: clang++, python: "3.10" } - - { os: macos-12, CC: clang, CXX: clang++, python: "3.11" } - #- { os: macos-13, CC: clang, CXX: clang++, python: "3.11" } +#TMP# - { os: ubuntu-latest, CC: clang, CXX: clang++, python: '3.11' } +#TMP# - { os: ubuntu-latest, CC: gcc-12, CXX: g++-12, python: '3.11' } +#TMP# - { os: macos-11, CC: clang, CXX: clang++, python: "3.10" } +#TMP# - { os: macos-12, CC: clang, CXX: clang++, python: "3.11" } +#TMP# #- { os: macos-13, CC: clang, CXX: clang++, python: "3.11" } name: ${{ matrix.os }}.${{ matrix.CC }}.python-${{ matrix.python }} runs-on: ${{ matrix.os }} env: diff --git a/.github/workflows/condatest.yml b/.github/workflows/condatest.yml index c04962e..53eaefb 100644 --- a/.github/workflows/condatest.yml +++ b/.github/workflows/condatest.yml @@ -21,14 +21,14 @@ jobs: #fail-fast: false matrix: include: - - { os: ubuntu-20.04, CC: gcc-10, CXX: g++-10, python: '3.8' } - - { os: ubuntu-22.04, CC: gcc, CXX: g++, python: '3.9' } +#TMP# - { os: ubuntu-20.04, CC: gcc-10, CXX: g++-10, python: '3.8' } +#TMP# - { os: ubuntu-22.04, CC: gcc, CXX: g++, python: '3.9' } - { os: ubuntu-latest, CC: gcc, CXX: g++, python: '3.11' } - - { os: ubuntu-latest, CC: clang, CXX: clang++, python: '3.10' } - - { os: ubuntu-latest, CC: gcc-12, CXX: g++-12, python: '3.11' } - - { os: macos-11, CC: clang, CXX: clang++, python: "3.10" } - - { os: macos-12, CC: clang, CXX: clang++, python: "3.11" } -# - { os: macos-13, CC: clang, CXX: clang++, python: "3.11" }#NB: Not 3.12 yet because of conda-forge +#TMP# - { os: ubuntu-latest, CC: clang, CXX: clang++, python: '3.10' } +#TMP# - { os: ubuntu-latest, CC: gcc-12, CXX: g++-12, python: '3.11' } +#TMP# - { os: macos-11, CC: clang, CXX: clang++, python: "3.10" } +#TMP# - { os: macos-12, CC: clang, CXX: clang++, python: "3.11" } +#TMP## - { os: macos-13, CC: clang, CXX: clang++, python: "3.11" }#NB: Not 3.12 yet because of conda-forge name: ${{ matrix.os }}.${{ matrix.CC }}.python-${{ matrix.python }} runs-on: ${{ matrix.os }} defaults: