File tree 2 files changed +5
-4
lines changed 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 45
45
args : >
46
46
-DPYBIND11_FINDPYTHON=ON
47
47
-DCMAKE_CXX_FLAGS="-D_=1"
48
- - runs-on : windows-latest
48
+ - runs-on : windows-2019
49
49
python : ' 3.6'
50
50
args : >
51
51
-DPYBIND11_FINDPYTHON=ON
@@ -717,7 +717,7 @@ jobs:
717
717
args : -DCMAKE_CXX_STANDARD=17
718
718
719
719
name : " 🐍 ${{ matrix.python }} • MSVC 2019 • x86 ${{ matrix.args }}"
720
- runs-on : windows-latest
720
+ runs-on : windows-2019
721
721
722
722
steps :
723
723
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 71
71
72
72
# Autoremoves unused imports
73
73
- repo : https://github.com/hadialqattan/pycln
74
- rev : " v1.1 .0"
74
+ rev : " v1.2 .0"
75
75
hooks :
76
76
- id : pycln
77
77
@@ -163,6 +163,7 @@ repos:
163
163
164
164
# Clang format the codebase automatically
165
165
- repo : https://github.com/pre-commit/mirrors-clang-format
166
- rev : " v13.0.0 "
166
+ rev : " v13.0.1 "
167
167
hooks :
168
168
- id : clang-format
169
+ types_or : [c++, c, cuda]
You can’t perform that action at this time.
0 commit comments