Skip to content

Commit 003222b

Browse files
committed
Exclude ARM builds with GCC 12 from the CI matrix
1 parent cb6afee commit 003222b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/linux.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ jobs:
3939
# - {compiler: gcc, version: '15', name: tbb, flags: -DXTENSOR_USE_TBB=ON -DTBB_INCLUDE_DIR=$CONDA_PREFIX/include -DTBB_LIBRARY=$CONDA_PREFIX/lib}
4040
# - {compiler: gcc, version: '16', name: xsimd-tbb, flags: -DXTENSOR_USE_XSIMD=ON -DXTENSOR_USE_TBB=ON}
4141
# - {compiler: gcc, version: '16', name: tbb, flags: -DXTENSOR_USE_TBB=ON -DTBB_INCLUDE_DIR=$CONDA_PREFIX/include -DTBB_LIBRARY=$CONDA_PREFIX/lib}
42+
exclude:
43+
- os: ubuntu-24.04-arm
44+
sys:
45+
compiler: gcc
46+
version: '12'
47+
4248
steps:
4349
- name: Install GCC
4450
if: matrix.sys.compiler == 'gcc'

0 commit comments

Comments
 (0)