File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ jobs:
4343 brew install ccache
4444 ccache -V
4545
46- - name : setup python 3.12
46+ - name : setup python 3.14
4747 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
4848 with :
49- python-version : 3.12
49+ python-version : 3.14
5050 - name : install python dependencies
5151 run : pip install conan
5252
@@ -221,10 +221,10 @@ jobs:
221221 if : runner.os == 'macOS'
222222 run : brew install tidy-html5
223223
224- - name : set up python 3.12
224+ - name : set up python 3.14
225225 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
226226 with :
227- python-version : 3.12
227+ python-version : 3.14
228228 - name : install python dependencies
229229 run : pip install htmlcmp==1.2.1
230230
@@ -302,10 +302,10 @@ jobs:
302302 brew install ccache
303303 ccache -V
304304
305- - name : set up python 3.12
305+ - name : set up python 3.14
306306 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
307307 with :
308- python-version : 3.12
308+ python-version : 3.14
309309 - name : install python dependencies
310310 run : pip install conan
311311
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
3636 brew install ccache
3737 ccache -V
3838
39- - name : set up python 3.12
39+ - name : set up python 3.14
4040 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
4141 with :
42- python-version : 3.12
42+ python-version : 3.14
4343 - name : install python dependencies
4444 run : pip install --upgrade pip conan
4545
Original file line number Diff line number Diff line change 4040
4141 - run : clang-tidy --version
4242
43- - name : setup python 3.12
43+ - name : setup python 3.14
4444 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
4545 with :
4646 python-version : 3.14
You can’t perform that action at this time.
0 commit comments