File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ jobs:
45
45
# We support an optional key: args, for cmake args
46
46
include :
47
47
# Just add a key
48
- - runs-on : ubuntu-20 .04
48
+ - runs-on : ubuntu-22 .04
49
49
python : ' 3.8'
50
50
args : >
51
51
-DPYBIND11_FINDPYTHON=OFF
52
52
-DCMAKE_CXX_FLAGS="-D_=1"
53
53
-DPYBIND11_NUMPY_1_ONLY=ON
54
54
exercise_D_ : 1
55
- - runs-on : windows-2019
55
+ - runs-on : windows-2022
56
56
python : ' 3.8'
57
57
args : >
58
58
-DPYBIND11_FINDPYTHON=OFF
81
81
# Extra ubuntu latest jobs
82
82
- runs-on : ubuntu-latest
83
83
python : ' 3.9'
84
- - runs-on : ubuntu-latest
85
- python : ' 3.10'
86
84
- runs-on : ubuntu-latest
87
85
python : ' 3.11'
88
86
# Run tests with py::smart_holder as the default holder
99
97
python : ' 3.12'
100
98
args : >
101
99
-DCMAKE_CXX_FLAGS="/DPYBIND11_RUN_TESTING_WITH_SMART_HOLDER_AS_DEFAULT_BUT_NEVER_USE_IN_PRODUCTION_PLEASE /GR /EHsc"
102
- - python : ' graalpy-24.1 '
103
- runs-on : ' ubuntu-latest '
100
+ - runs-on : ' ubuntu-latest '
101
+ python : ' graalpy-24.1 '
104
102
exclude :
105
103
# The setup-python action currently doesn't have graalpy for windows
106
104
# See https://github.com/actions/setup-python/pull/880
You can’t perform that action at this time.
0 commit comments