@@ -15,14 +15,14 @@ jobs:
1515 runs-on : windows-2022
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v3
18+ uses : 3.11
1919 with :
2020 fetch-depth : 0
2121
22- - name : Set up Python 3.13
23- uses : actions/setup-python@v4
22+ - name : Set up Python 3.11
23+ uses : actions/setup-python@v6
2424 with :
25- python-version : ' 3.13 '
25+ python-version : ' 3.11 '
2626
2727 - name : Install dependencies
2828 run : |
@@ -94,14 +94,14 @@ jobs:
9494 runs-on : macos-14
9595 steps :
9696 - name : Checkout
97- uses : actions/checkout@v3
97+ uses : 3.11
9898 with :
9999 fetch-depth : 0
100100
101- - name : Set up Python 3.13
102- uses : actions/setup-python@v4
101+ - name : Set up Python 3.11
102+ uses : actions/setup-python@v6
103103 with :
104- python-version : ' 3.13 '
104+ python-version : ' 3.11 '
105105
106106 - name : Install dependencies
107107 run : |
@@ -153,7 +153,7 @@ jobs:
153153 runs-on : macos-15-intel
154154 steps :
155155 - name : Checkout
156- uses : actions/checkout@v3
156+ uses : 3.11
157157 with :
158158 fetch-depth : 0
159159
@@ -162,10 +162,10 @@ jobs:
162162 brew remove --force --ignore-dependencies openssl@3
163163 brew cleanup openssl@3
164164
165- - name : Set up Python 3.13
166- uses : actions/setup-python@v4
165+ - name : Set up Python 3.11
166+ uses : actions/setup-python@v6
167167 with :
168- python-version : ' 3.13 '
168+ python-version : ' 3.11 '
169169
170170 - name : Install dependencies
171171 run : |
@@ -207,14 +207,14 @@ jobs:
207207 runs-on : ubuntu-22.04
208208 steps :
209209 - name : Checkout
210- uses : actions/checkout@v3
210+ uses : 3.11
211211 with :
212212 fetch-depth : 0
213213
214- - name : Set up Python 3.13
215- uses : actions/setup-python@v4
214+ - name : Set up Python 3.11
215+ uses : actions/setup-python@v6
216216 with :
217- python-version : ' 3.13 '
217+ python-version : ' 3.11 '
218218
219219 - name : Install dependencies
220220 run : |
0 commit comments