Skip to content

Commit

Permalink
CI: temporarily reduce platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Jan 17, 2024
1 parent fbb4552 commit b807735
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/basictest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/condatest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b807735

Please sign in to comment.