mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-21 20:55:11 +00:00
Add job using GCC 7
This commit is contained in:
parent
e4279a2c80
commit
518515a761
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user