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:
458458 fail-fast : false
459459 matrix :
460460 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 }
468468
469469 name : " 🐍 3 • GCC ${{ matrix.gcc }} • C++${{ matrix.std }}• x64"
470- container : " gcc:${{ matrix.gcc }}${{ matrix.container_suffix }} "
470+ container : " gcc:${{ matrix.gcc }}"
471471
472472 steps :
473473 - uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments