mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-20 07:30:40 +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
|
||||
python: '3.12'
|
||||
args: >
|
||||
-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT
|
||||
-DCMAKE_CXX_FLAGS="-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT"
|
||||
- runs-on: macos-13
|
||||
python: '3.12'
|
||||
args: >
|
||||
-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT
|
||||
-DCMAKE_CXX_FLAGS="-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT"
|
||||
- runs-on: windows-2022
|
||||
python: '3.12'
|
||||
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 }}"
|
||||
runs-on: ${{ matrix.runs-on }}
|
||||
|
Loading…
Reference in New Issue
Block a user