We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4279a2 commit 518515aCopy full SHA for 518515a
1 file changed
.github/workflows/ci.yml
@@ -67,7 +67,9 @@ jobs:
67
# Extra ubuntu latest job
68
- runs-on: ubuntu-latest
69
python: '3.11'
70
-
+ # For GCC 7
71
+ - runs-on: ubuntu-18.04
72
+ python: '3.8'
73
74
name: "🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}"
75
runs-on: ${{ matrix.runs-on }}
0 commit comments