From ab9ad998047a35c5a2b17c4088558824e54b151a Mon Sep 17 00:00:00 2001 From: Thomas Kittelmann Date: Fri, 7 Feb 2025 09:13:03 +0100 Subject: [PATCH] TEMPORARILY reduce CI even further --- .github/workflows/basictest.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/basictest.yml b/.github/workflows/basictest.yml index aef57110..614f3e82 100644 --- a/.github/workflows/basictest.yml +++ b/.github/workflows/basictest.yml @@ -24,17 +24,17 @@ jobs: strategy: matrix: include: - - { os: ubuntu-24.04-arm, CC: gcc-12, CXX: g++-12, python: '3.12', buildtype: 'Release' } - - { os: ubuntu-24.04-arm, CC: gcc-12, CXX: g++-12, python: '3.12', buildtype: 'Debug' } - - { os: ubuntu-20.04, CC: gcc-10, CXX: g++-10, python: '3.8', buildtype: 'Release' } - - { os: ubuntu-22.04, CC: gcc, CXX: g++, python: '3.9', buildtype: 'Release' } +# - { os: ubuntu-24.04-arm, CC: gcc-12, CXX: g++-12, python: '3.12', buildtype: 'Release' } +# - { os: ubuntu-24.04-arm, CC: gcc-12, CXX: g++-12, python: '3.12', buildtype: 'Debug' } +# - { os: ubuntu-20.04, CC: gcc-10, CXX: g++-10, python: '3.8', buildtype: 'Release' } +# - { os: ubuntu-22.04, CC: gcc, CXX: g++, python: '3.9', buildtype: 'Release' } - { os: ubuntu-latest, CC: gcc-14, CXX: g++-14, python: '3.10', buildtype: 'Debug' } - - { os: ubuntu-latest, CC: clang, CXX: clang++, python: '3.11', buildtype: 'Debug' } - - { os: ubuntu-latest, CC: gcc-12, CXX: g++-12, python: '3.12', buildtype: 'Release' } - - { os: ubuntu-latest, CC: gcc, CXX: g++, python: '3.13', buildtype: 'Release' } - - { os: macos-latest, CC: clang, CXX: clang++, python: "3.12", buildtype: 'Release' } - - { os: macos-13, CC: clang, CXX: clang++, python: "3.11", buildtype: 'Release' } - name: ${{ matrix.os }}.${{ matrix.CC }}.python-${{ matrix.python }}-${{ matrix.buildtype }} +# - { os: ubuntu-latest, CC: clang, CXX: clang++, python: '3.11', buildtype: 'Debug' } +# - { os: ubuntu-latest, CC: gcc-12, CXX: g++-12, python: '3.12', buildtype: 'Release' } +# - { os: ubuntu-latest, CC: gcc, CXX: g++, python: '3.13', buildtype: 'Release' } +# - { os: macos-latest, CC: clang, CXX: clang++, python: "3.12", buildtype: 'Release' } +# - { os: macos-13, CC: clang, CXX: clang++, python: "3.11", buildtype: 'Release' } +# name: ${{ matrix.os }}.${{ matrix.CC }}.python-${{ matrix.python }}-${{ matrix.buildtype }} runs-on: ${{ matrix.os }} env: CC: ${{ matrix.CC }}