diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2187a80d..5e37d68d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,9 @@ jobs: # Extra ubuntu latest job - runs-on: ubuntu-latest python: '3.11' - + # For GCC 7 + - runs-on: ubuntu-18.04 + python: '3.8' name: "🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}" runs-on: ${{ matrix.runs-on }}