Skip to content

Commit db56b9e

Browse files
rwgktjstumhenryiiinobkddependabot[bot]
authored
git merge smart_holder (pybind/pybind11#5143) (#30121)
* Fix merge accident in pybind11/detail/descr.h (#5086) This was noticed only when manually reviewing the diffs with the Google review tools. * Fix typo in changelog date (#5096) This was actually released in 2024! * ci: macos-latest is changing to macos-14 ARM runners (#5109) Committed via https://github.com/asottile/all-repos * chore: docs and nox bump (#5071) Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * docs(numpy): drop duplicated ndim (#5119) * chore(deps): bump idna from 3.6 to 3.7 in /docs (#5121) Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump jinja2 from 3.1.3 to 3.1.4 in /docs (#5122) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump the actions group with 1 update (#5082) * chore(deps): bump the actions group with 1 update Bumps the actions group with 1 update: [actions/labeler](https://github.com/actions/labeler). Updates `actions/labeler` from 4 to 5 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@v4...v5) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> * ci: fix labeler Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * ci: move eigen to 64-bit only Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com> * chore(deps): update pre-commit hooks (#5123) * chore(deps): update pre-commit hooks updates: - [github.com/pre-commit/mirrors-clang-format: v18.1.2 → v18.1.4](pre-commit/mirrors-clang-format@v18.1.2...v18.1.4) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.4.3](astral-sh/ruff-pre-commit@v0.3.5...v0.4.3) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/python-jsonschema/check-jsonschema: 0.28.1 → 0.28.2](python-jsonschema/check-jsonschema@0.28.1...0.28.2) * style: pre-commit fixes * Update .pre-commit-config.yaml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com> * --- (#5130) updated-dependencies: - dependency-name: requests dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: support Python 3.13.0b1 (PEP 667 fix) (#5127) * ci: add Python 3.13 Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * tests: run the gc for 3.13+ Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * Revert "tests: run the gc for 3.13+" This reverts commit fe8a3ce3d133f69582e8244b737456ff57559e55. * ci: drop macos ARM for now, need pin updates Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * fix: use Python 3.13 API if on 3.13 Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * chore: some cleanup (#5137) * Tracking ci.yml changes from master. --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Tim Stumbaugh <stum@hudson-trading.com> Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com> Co-authored-by: nobkd <44443899+nobkd@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9f58994 commit db56b9e

21 files changed

+406
-113
lines changed

.github/labeler.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
docs:
2-
- any:
3-
- 'docs/**/*.rst'
4-
- '!docs/changelog.rst'
5-
- '!docs/upgrade.rst'
2+
all:
3+
- changed-files:
4+
- all-globs-to-all-files:
5+
- '!docs/changelog.rst'
6+
- '!docs/upgrade.rst'
7+
- base-branch: "^(?!dependabot).*"
8+
- base-branch: "^(?!pre-commit-ci).*"
69

710
ci:
8-
- '.github/workflows/*.yml'
11+
- changed-files:
12+
- any-glob-to-any-file:
13+
- '.github/workflows/*.yml'

.github/labeler_merged.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Add 'needs changelog` label to any change to code files as long as the `CHANGELOG` hasn't changed
2+
# Skip dependabot and pre-commit-ci PRs
13
needs changelog:
2-
- all:
3-
- '!docs/changelog.rst'
4+
- all:
5+
- changed-files:
6+
- all-globs-to-all-files: "!docs/changelog.rst"
7+
- base-branch: "^(?!dependabot).*"
8+
- base-branch: "^(?!pre-commit-ci).*"

.github/workflows/ci.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,12 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
runs-on: [ubuntu-20.04, windows-2022, macos-latest]
34+
runs-on: [ubuntu-20.04, windows-2022, macos-13]
3535
python:
3636
- '3.6'
3737
- '3.9'
38-
- '3.10'
39-
- '3.11'
4038
- '3.12'
39+
- '3.13'
4140
- 'pypy-3.8'
4241
- 'pypy-3.9'
4342
- 'pypy-3.10'
@@ -65,6 +64,10 @@ jobs:
6564
# Inject a couple Windows 2019 runs
6665
- runs-on: windows-2019
6766
python: '3.9'
67+
# Extra ubuntu latest job
68+
- runs-on: ubuntu-latest
69+
python: '3.11'
70+
6871

6972
name: "🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}"
7073
runs-on: ${{ matrix.runs-on }}
@@ -76,6 +79,7 @@ jobs:
7679
uses: actions/setup-python@v5
7780
with:
7881
python-version: ${{ matrix.python }}
82+
allow-prereleases: true
7983

8084
- name: Setup Boost (Linux)
8185
# Can't use boost + define _
@@ -973,7 +977,6 @@ jobs:
973977
mingw-w64-${{matrix.env}}-cmake
974978
mingw-w64-${{matrix.env}}-make
975979
mingw-w64-${{matrix.env}}-python-pytest
976-
mingw-w64-${{matrix.env}}-eigen3
977980
mingw-w64-${{matrix.env}}-boost
978981
mingw-w64-${{matrix.env}}-catch
979982
@@ -984,6 +987,7 @@ jobs:
984987
install: >-
985988
git
986989
mingw-w64-${{matrix.env}}-python-scipy
990+
mingw-w64-${{matrix.env}}-eigen3
987991
988992
- uses: actions/checkout@v4
989993

@@ -1119,8 +1123,8 @@ jobs:
11191123
run: git clean -fdx
11201124

11211125
macos_brew_install_llvm:
1122-
name: "macos-latest • brew install llvm"
1123-
runs-on: macos-latest
1126+
name: "macos-13 • brew install llvm"
1127+
runs-on: macos-13
11241128

11251129
env:
11261130
# https://apple.stackexchange.com/questions/227026/how-to-install-recent-clang-with-homebrew

.github/workflows/ci_sh_def.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,12 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
runs-on: [ubuntu-20.04, windows-2022, macos-latest]
46+
runs-on: [ubuntu-20.04, windows-2022, macos-13]
4747
python:
4848
- '3.6'
4949
- '3.9'
50-
- '3.10'
51-
- '3.11'
5250
- '3.12'
51+
- '3.13'
5352
- 'pypy-3.8'
5453
- 'pypy-3.9'
5554
- 'pypy-3.10'
@@ -77,6 +76,10 @@ jobs:
7776
# Inject a couple Windows 2019 runs
7877
- runs-on: windows-2019
7978
python: '3.9'
79+
# Extra ubuntu latest job
80+
- runs-on: ubuntu-latest
81+
python: '3.11'
82+
8083

8184
name: "🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}"
8285
runs-on: ${{ matrix.runs-on }}
@@ -88,6 +91,7 @@ jobs:
8891
uses: actions/setup-python@v5
8992
with:
9093
python-version: ${{ matrix.python }}
94+
allow-prereleases: true
9195

9296
- name: Setup Boost (Linux)
9397
# Can't use boost + define _
@@ -1000,7 +1004,6 @@ jobs:
10001004
mingw-w64-${{matrix.env}}-cmake
10011005
mingw-w64-${{matrix.env}}-make
10021006
mingw-w64-${{matrix.env}}-python-pytest
1003-
mingw-w64-${{matrix.env}}-eigen3
10041007
mingw-w64-${{matrix.env}}-boost
10051008
mingw-w64-${{matrix.env}}-catch
10061009
@@ -1011,6 +1014,7 @@ jobs:
10111014
install: >-
10121015
git
10131016
mingw-w64-${{matrix.env}}-python-scipy
1017+
mingw-w64-${{matrix.env}}-eigen3
10141018
10151019
- uses: actions/checkout@v4
10161020

@@ -1150,8 +1154,8 @@ jobs:
11501154
run: git clean -fdx
11511155

11521156
macos_brew_install_llvm:
1153-
name: "macos-latest • brew install llvm"
1154-
runs-on: macos-latest
1157+
name: "macos-13 • brew install llvm"
1158+
runs-on: macos-13
11551159

11561160
env:
11571161
# https://apple.stackexchange.com/questions/227026/how-to-install-recent-clang-with-homebrew

.github/workflows/ci_sh_def.yml.patch

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- ci.yml 2024-03-27 17:06:50.362431921 -0700
2-
+++ ci_sh_def.yml 2024-03-27 17:07:41.890376614 -0700
1+
--- ci.yml 2024-05-26 21:14:20.025983967 -0700
2+
+++ ci_sh_def.yml 2024-05-26 21:14:44.673959335 -0700
33
@@ -1,4 +1,16 @@
44
-name: CI
55
+# PLEASE KEEP THIS GROUP OF FILES IN SYNC AT ALL TIMES:
@@ -27,47 +27,47 @@
2727
cancel-in-progress: true
2828

2929
env:
30-
@@ -121,6 +133,7 @@
30+
@@ -125,6 +137,7 @@
3131
-DDOWNLOAD_CATCH=ON
3232
-DDOWNLOAD_EIGEN=ON
3333
-DCMAKE_CXX_STANDARD=11
3434
+ -DCMAKE_CXX_FLAGS="-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT ${{runner.os == 'Windows' && '/GR /EHsc' || ''}}"
3535
${{ matrix.args }}
3636

3737
- name: Build C++11
38-
@@ -152,6 +165,7 @@
38+
@@ -156,6 +169,7 @@
3939
-DDOWNLOAD_CATCH=ON
4040
-DDOWNLOAD_EIGEN=ON
4141
-DCMAKE_CXX_STANDARD=17
4242
+ -DCMAKE_CXX_FLAGS="-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT ${{runner.os == 'Windows' && '/GR /EHsc' || ''}}"
4343
${{ matrix.args }}
4444

4545
- name: Build
46-
@@ -173,6 +187,7 @@
46+
@@ -177,6 +191,7 @@
4747
-DDOWNLOAD_CATCH=ON
4848
-DDOWNLOAD_EIGEN=ON
4949
-DCMAKE_CXX_STANDARD=17
5050
+ -DCMAKE_CXX_FLAGS="-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT ${{runner.os == 'Windows' && '/GR /EHsc' || ''}}"
5151
-DPYBIND11_INTERNALS_VERSION=10000000
5252
${{ matrix.args }}
5353

54-
@@ -260,6 +275,7 @@
54+
@@ -264,6 +279,7 @@
5555
-DDOWNLOAD_CATCH=ON
5656
-DDOWNLOAD_EIGEN=ON
5757
-DCMAKE_CXX_STANDARD=17
5858
+ -DCMAKE_CXX_FLAGS="-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT"
5959

6060
- name: Build
6161
run: cmake --build build -j 2
62-
@@ -328,6 +344,7 @@
62+
@@ -332,6 +348,7 @@
6363
-DPYBIND11_WERROR=ON
6464
-DDOWNLOAD_CATCH=ON
6565
-DCMAKE_CXX_STANDARD=${{ matrix.std }}
6666
+ -DCMAKE_CXX_FLAGS="-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT"
6767
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
6868

6969
- name: Build
70-
@@ -357,7 +374,7 @@
70+
@@ -361,7 +378,7 @@
7171
run: apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y cmake git python3-dev python3-pytest python3-numpy
7272

7373
- name: Configure
@@ -76,7 +76,7 @@
7676

7777
- name: Build
7878
run: cmake --build build -j2 --verbose
79-
@@ -445,7 +462,7 @@
79+
@@ -449,7 +466,7 @@
8080
cmake -S . -B build -DDOWNLOAD_CATCH=ON \
8181
-DCMAKE_CXX_STANDARD=17 \
8282
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)") \
@@ -85,127 +85,127 @@
8585
-DPYBIND11_TEST_FILTER="test_smart_ptr.cpp"
8686

8787
- name: Build
88-
@@ -499,6 +516,7 @@
88+
@@ -503,6 +520,7 @@
8989
-DPYBIND11_WERROR=ON
9090
-DDOWNLOAD_CATCH=ON
9191
-DCMAKE_CXX_STANDARD=${{ matrix.std }}
9292
+ -DCMAKE_CXX_FLAGS="-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT"
9393
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
9494

9595
- name: Build
96-
@@ -521,6 +539,7 @@
96+
@@ -525,6 +543,7 @@
9797
-DPYBIND11_WERROR=ON
9898
-DDOWNLOAD_CATCH=ON
9999
-DCMAKE_CXX_STANDARD=${{ matrix.std }}
100100
+ -DCMAKE_CXX_FLAGS="-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT"
101101
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
102102
"-DPYBIND11_TEST_OVERRIDE=test_call_policies.cpp;test_gil_scoped.cpp;test_thread.cpp"
103103

104-
@@ -570,6 +589,7 @@
104+
@@ -574,6 +593,7 @@
105105
-DDOWNLOAD_CATCH=ON \
106106
-DDOWNLOAD_EIGEN=OFF \
107107
-DCMAKE_CXX_STANDARD=11 \
108108
+ -DCMAKE_CXX_FLAGS="-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT" \
109109
-DCMAKE_CXX_COMPILER=$(which icpc) \
110110
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
111111

112-
@@ -602,6 +622,7 @@
112+
@@ -606,6 +626,7 @@
113113
-DDOWNLOAD_CATCH=ON \
114114
-DDOWNLOAD_EIGEN=OFF \
115115
-DCMAKE_CXX_STANDARD=17 \
116116
+ -DCMAKE_CXX_FLAGS="-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT" \
117117
-DCMAKE_CXX_COMPILER=$(which icpc) \
118118
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
119119

120-
@@ -680,6 +701,7 @@
120+
@@ -684,6 +705,7 @@
121121
-DDOWNLOAD_CATCH=ON
122122
-DDOWNLOAD_EIGEN=ON
123123
-DCMAKE_CXX_STANDARD=11
124124
+ -DCMAKE_CXX_FLAGS="-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT"
125125
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
126126

127127
- name: Build
128-
@@ -730,6 +752,7 @@
128+
@@ -734,6 +756,7 @@
129129
cmake ../pybind11-tests
130130
-DDOWNLOAD_CATCH=ON
131131
-DPYBIND11_WERROR=ON
132132
+ -DCMAKE_CXX_FLAGS="-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT"
133133
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
134134
working-directory: /build-tests
135135

136-
@@ -825,6 +848,7 @@
136+
@@ -829,6 +852,7 @@
137137
-DPYBIND11_WERROR=ON
138138
-DDOWNLOAD_CATCH=ON
139139
-DDOWNLOAD_EIGEN=ON
140140
+ -DCMAKE_CXX_FLAGS="/GR /EHsc /DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT"
141141
${{ matrix.args }}
142142
- name: Build C++11
143143
run: cmake --build build -j 2
144-
@@ -879,6 +903,7 @@
144+
@@ -883,6 +907,7 @@
145145
-DPYBIND11_WERROR=ON
146146
-DDOWNLOAD_CATCH=ON
147147
-DDOWNLOAD_EIGEN=ON
148148
+ -DCMAKE_CXX_FLAGS="/GR /EHsc /DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT"
149149
${{ matrix.args }}
150150
- name: Build C++11
151151
run: cmake --build build --config Debug -j 2
152-
@@ -921,6 +946,7 @@
152+
@@ -925,6 +950,7 @@
153153
-DDOWNLOAD_CATCH=ON
154154
-DDOWNLOAD_EIGEN=ON
155155
-DCMAKE_CXX_STANDARD=20
156156
+ -DCMAKE_CXX_FLAGS="/GR /EHsc /DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT"
157157

158158
- name: Build C++20
159159
run: cmake --build build -j 2
160-
@@ -941,6 +967,7 @@
160+
@@ -945,6 +971,7 @@
161161
-DDOWNLOAD_CATCH=ON
162162
-DDOWNLOAD_EIGEN=ON
163163
-DCMAKE_CXX_STANDARD=20
164164
+ -DCMAKE_CXX_FLAGS="/GR /EHsc /DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT"
165165
"-DPYBIND11_TEST_OVERRIDE=test_call_policies.cpp;test_gil_scoped.cpp;test_thread.cpp"
166166

167167
- name: Build C++20 - Exercise cmake -DPYBIND11_TEST_OVERRIDE
168-
@@ -993,6 +1020,7 @@
168+
@@ -997,6 +1024,7 @@
169169
run: >-
170170
cmake -G "MinGW Makefiles" -DCMAKE_CXX_STANDARD=11 -DPYBIND11_WERROR=ON -DDOWNLOAD_CATCH=ON
171171
-DPYTHON_EXECUTABLE=$(python -c "import sys; print(sys.executable)")
172172
+ -DCMAKE_CXX_FLAGS="-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT"
173173
-S . -B build
174174

175175
- name: Build C++11
176-
@@ -1014,6 +1042,7 @@
176+
@@ -1018,6 +1046,7 @@
177177
run: >-
178178
cmake -G "MinGW Makefiles" -DCMAKE_CXX_STANDARD=14 -DPYBIND11_WERROR=ON -DDOWNLOAD_CATCH=ON
179179
-DPYTHON_EXECUTABLE=$(python -c "import sys; print(sys.executable)")
180180
+ -DCMAKE_CXX_FLAGS="-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT"
181181
-S . -B build2
182182

183183
- name: Build C++14
184-
@@ -1035,6 +1064,7 @@
184+
@@ -1039,6 +1068,7 @@
185185
run: >-
186186
cmake -G "MinGW Makefiles" -DCMAKE_CXX_STANDARD=17 -DPYBIND11_WERROR=ON -DDOWNLOAD_CATCH=ON
187187
-DPYTHON_EXECUTABLE=$(python -c "import sys; print(sys.executable)")
188188
+ -DCMAKE_CXX_FLAGS="-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT"
189189
-S . -B build3
190190

191191
- name: Build C++17
192-
@@ -1102,6 +1132,7 @@
192+
@@ -1106,6 +1136,7 @@
193193
-DDOWNLOAD_EIGEN=ON
194194
-DCMAKE_CXX_COMPILER=clang++
195195
-DCMAKE_CXX_STANDARD=17
196196
+ -DCMAKE_CXX_FLAGS="-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT"
197197

198198
- name: Build
199199
run: cmake --build . -j 2
200-
@@ -1167,6 +1198,7 @@
200+
@@ -1171,6 +1202,7 @@
201201
-DDOWNLOAD_EIGEN=ON
202202
-DCMAKE_CXX_COMPILER=clang++
203203
-DCMAKE_CXX_STANDARD=17
204204
+ -DCMAKE_CXX_FLAGS="-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT"
205205
-DPYTHON_EXECUTABLE=$(python3 -c "import sys; print(sys.executable)")
206206

207207
- name: Build
208-
@@ -1190,6 +1222,7 @@
208+
@@ -1194,6 +1226,7 @@
209209
-DDOWNLOAD_EIGEN=ON
210210
-DCMAKE_CXX_COMPILER=clang++
211211
-DCMAKE_CXX_STANDARD=17

.github/workflows/configure.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
runs-on: [ubuntu-20.04, macos-latest, windows-latest]
28+
runs-on: [ubuntu-20.04, macos-13, windows-latest]
2929
arch: [x64]
3030
cmake: ["3.26"]
3131

@@ -38,7 +38,7 @@ jobs:
3838
arch: x64
3939
cmake: "3.29"
4040

41-
- runs-on: macos-latest
41+
- runs-on: macos-13
4242
arch: x64
4343
cmake: "3.7"
4444

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515
steps:
1616

17-
- uses: actions/labeler@v4
17+
- uses: actions/labeler@v5
1818
if: >
1919
github.event.pull_request.merged == true &&
2020
!startsWith(github.event.pull_request.title, 'chore(deps):') &&

0 commit comments

Comments
 (0)