Skip to content

Commit 518515a

Browse files
committed
Add job using GCC 7
1 parent e4279a2 commit 518515a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ jobs:
6767
# Extra ubuntu latest job
6868
- runs-on: ubuntu-latest
6969
python: '3.11'
70-
70+
# For GCC 7
71+
- runs-on: ubuntu-18.04
72+
python: '3.8'
7173

7274
name: "🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}"
7375
runs-on: ${{ matrix.runs-on }}

0 commit comments

Comments
 (0)