mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-22 08:29:23 +00:00
Fix misunderstanding.
This commit is contained in:
parent
7d225d5948
commit
034b8a7de6
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -71,15 +71,15 @@ jobs:
|
|||||||
- runs-on: ubuntu-latest
|
- runs-on: ubuntu-latest
|
||||||
python: '3.12'
|
python: '3.12'
|
||||||
args: >
|
args: >
|
||||||
-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT
|
-DCMAKE_CXX_FLAGS="-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT"
|
||||||
- runs-on: macos-13
|
- runs-on: macos-13
|
||||||
python: '3.12'
|
python: '3.12'
|
||||||
args: >
|
args: >
|
||||||
-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT
|
-DCMAKE_CXX_FLAGS="-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT"
|
||||||
- runs-on: windows-2022
|
- runs-on: windows-2022
|
||||||
python: '3.12'
|
python: '3.12'
|
||||||
args: >
|
args: >
|
||||||
-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT
|
-DCMAKE_CXX_FLAGS="/DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT"
|
||||||
|
|
||||||
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