From 518515a761ac37dc2cf5d0980da82d0de39edc28 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Mon, 24 Jun 2024 15:11:51 -0700 Subject: [PATCH] Add job using GCC 7 --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }}