@@ -178,22 +178,21 @@ jobs:
178178 matrix :
179179 config :
180180 # Unified
181- - { image: '2022-clang14', cxx: 'clang++', build: 'Release', j: '8', components: 'core,bin,axcore,axbin,axtest' }
182- - { image: '2022-clang14', cxx: 'g++', build: 'Release', j: '8', components: 'core,bin,axcore,axbin,axtest' }
183- - { image: '2022-clang13', cxx: 'clang++', build: 'Release', j: '8', components: 'core,bin,axcore,axbin,axtest' }
184- - { image: '2022-clang13', cxx: 'g++', build: 'Release', j: '8', components: 'core,bin,axcore,axbin,axtest' }
181+ - { image: '2022-clang14', cxx: 'clang++', build: 'Release', components: 'core,bin,axcore,axbin,axtest' }
182+ - { image: '2022-clang14', cxx: 'g++', build: 'Release', components: 'core,bin,axcore,axbin,axtest' }
183+ - { image: '2022-clang13', cxx: 'clang++', build: 'Release', components: 'core,bin,axcore,axbin,axtest' }
184+ - { image: '2022-clang13', cxx: 'g++', build: 'Release', components: 'core,bin,axcore,axbin,axtest' }
185185 # Standalone
186- - { image: '2021-clang10', cxx: 'clang++', build: 'Release', j: '8', components: 'core' }
187- - { image: '2022-clang11', cxx: 'clang++', build: 'Debug', j: '8', components: 'core' }
188- - { image: '2022-clang11', cxx: 'clang++', build: 'Release', j: '8', components: 'core' }
189- - { image: '2022-clang11', cxx: 'g++', build: 'Release', j: '8', components: 'core' }
186+ - { image: '2021-clang10', cxx: 'clang++', build: 'Release', components: 'core' }
187+ - { image: '2022-clang11', cxx: 'clang++', build: 'Debug', components: 'core' }
188+ - { image: '2022-clang11', cxx: 'clang++', build: 'Release', components: 'core' }
189+ - { image: '2022-clang11', cxx: 'g++', build: 'Release', components: 'core' }
190190 fail-fast : false
191191 steps :
192192 - uses : actions/checkout@v3
193193 - name : build
194194 run : >
195195 ./ci/build.sh -v
196- -j ${{ matrix.config.j }}
197196 --build-type=${{ matrix.config.build }}
198197 --components=${{ matrix.config.components }}
199198 --cargs=\"
@@ -208,7 +207,6 @@ jobs:
208207 if : matrix.config.components == 'core'
209208 run : >
210209 ./ci/build.sh -v
211- -j ${{ matrix.config.j }}
212210 --build-type=${{ matrix.config.build }}
213211 --components="bin,axcore,axbin,axtest,python"
214212 --cargs=\"
0 commit comments