File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -458,16 +458,16 @@ jobs:
458
458
fail-fast : false
459
459
matrix :
460
460
include :
461
- - { gcc: 7, std: 11, container_suffix: "" }
462
- - { gcc: 7, std: 17, container_suffix: "" }
463
- - { gcc: 8, std: 14, container_suffix: "" }
464
- - { gcc: 8, std: 17, container_suffix: "" }
465
- - { gcc: 10, std: 17, container_suffix: "-bullseye" }
466
- - { gcc: 11, std: 20, container_suffix: "" }
467
- - { gcc: 12, std: 20, container_suffix: "" }
461
+ - { gcc: 7, std: 11 }
462
+ - { gcc: 7, std: 17 }
463
+ - { gcc: 8, std: 14 }
464
+ - { gcc: 8, std: 17 }
465
+ - { gcc: 10, std: 17 }
466
+ - { gcc: 11, std: 20 }
467
+ - { gcc: 12, std: 20 }
468
468
469
469
name : " 🐍 3 • GCC ${{ matrix.gcc }} • C++${{ matrix.std }}• x64"
470
- container : " gcc:${{ matrix.gcc }}${{ matrix.container_suffix }} "
470
+ container : " gcc:${{ matrix.gcc }}"
471
471
472
472
steps :
473
473
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments