Add job using GCC 7

This commit is contained in:
Ralf W. Grosse-Kunstleve 2024-06-24 15:11:51 -07:00
parent e4279a2c80
commit 518515a761
1 changed files with 3 additions and 1 deletions

View File

@ -67,7 +67,9 @@ jobs:
# Extra ubuntu latest job # Extra ubuntu latest job
- runs-on: ubuntu-latest - runs-on: ubuntu-latest
python: '3.11' python: '3.11'
# For GCC 7
- runs-on: ubuntu-18.04
python: '3.8'
name: "🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}" name: "🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}"
runs-on: ${{ matrix.runs-on }} runs-on: ${{ matrix.runs-on }}