We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb88c84 commit 930e67bCopy full SHA for 930e67b
.github/workflows/build.yml
@@ -77,10 +77,10 @@ jobs:
77
matrix:
78
config:
79
- { cxx: clang++, image: '2024', abi: '12', build: 'Release', cmake: '' }
80
- - { cxx: g++, image: '2024', abi: '12', build: 'Release', cmake: '' }
81
- - { cxx: clang++, image: '2024', abi: '12', build: 'Debug', cmake: '' }
82
- - { cxx: clang++, image: '2023', abi: '11', build: 'Release', cmake: '-DDISABLE_DEPENDENCY_VERSION_CHECKS=ON' }
83
- - { cxx: g++, image: '2023', abi: '11', build: 'Release', cmake: '-DDISABLE_DEPENDENCY_VERSION_CHECKS=ON' }
+ # - { cxx: g++, image: '2024', abi: '12', build: 'Release', cmake: '' }
+ # - { cxx: clang++, image: '2024', abi: '12', build: 'Debug', cmake: '' }
+ # - { cxx: clang++, image: '2023', abi: '11', build: 'Release', cmake: '-DDISABLE_DEPENDENCY_VERSION_CHECKS=ON' }
+ # - { cxx: g++, image: '2023', abi: '11', build: 'Release', cmake: '-DDISABLE_DEPENDENCY_VERSION_CHECKS=ON' }
84
fail-fast: false
85
steps:
86
- uses: actions/checkout@v3
0 commit comments