Skip to content

Commit

Permalink
Try gcc:10-bullseye (because gcc:10 is broken: docker-library/gcc#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf W. Grosse-Kunstleve committed Jun 16, 2023
1 parent 08259c7 commit 21aac2e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -455,17 +455,19 @@ jobs:
strategy:
fail-fast: false
matrix:
container_suffix:
- ""
include:
- { gcc: 7, std: 11 }
- { gcc: 7, std: 17 }
- { gcc: 8, std: 14 }
- { gcc: 8, std: 17 }
- { gcc: 10, std: 17 }
- { gcc: 10, std: 17, container_suffix: "-bullseye" }
- { gcc: 11, std: 20 }
- { gcc: 12, std: 20 }

name: "🐍 3 • GCC ${{ matrix.gcc }} • C++${{ matrix.std }}• x64"
container: "gcc:${{ matrix.gcc }}"
container: "gcc:${{ matrix.gcc }}${{ matrix.container_suffix }}"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 21aac2e

Please sign in to comment.