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.14
46+ - name : setup python 3.12
4747 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
4848 with :
49- python-version : 3.14
49+ python-version : 3.12
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.14
224+ - name : set up python 3.12
225225 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
226226 with :
227- python-version : 3.14
227+ python-version : 3.12
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.14
305+ - name : set up python 3.12
306306 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
307307 with :
308- python-version : 3.14
308+ python-version : 3.12
309309 - name : install python dependencies
310310 run : pip install conan
311311
Original file line number Diff line number Diff line change 3939 - name : set up python 3.12
4040 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
4141 with :
42- python-version : 3.14
42+ python-version : 3.12
4343 - name : install python dependencies
4444 run : pip install --upgrade pip conan
4545
You can’t perform that action at this time.
0 commit comments