Skip to content

Commit

Permalink
temporarily disasble some CI platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Nov 3, 2023
1 parent a4c981e commit 0744269
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/basictest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,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' }
- { os: ubuntu-latest, CC: gcc, CXX: g++, python: '3.10' }
#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' }
#TMP# - { 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: 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

0 comments on commit 0744269

Please sign in to comment.