Skip to content

Commit

Permalink
TEMPORARILY reduce CI even further
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Feb 7, 2025
1 parent 4066607 commit ab9ad99
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/basictest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ab9ad99

Please sign in to comment.