Skip to content

Commit

Permalink
Add job using GCC 7
Browse files Browse the repository at this point in the history
  • Loading branch information
rwgk committed Jun 24, 2024
1 parent e4279a2 commit 518515a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 518515a

Please sign in to comment.