File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157157
158158 macos-dependencies :
159159 name : MacOS
160- runs-on : ${{ matrix.arch == 'x86_64' && 'macos-13 ' || 'macos-14' }}
160+ runs-on : ${{ matrix.arch == 'x86_64' && 'macos-15-intel ' || 'macos-14' }}
161161 if : ${{ toJSON(fromJSON(inputs.matrix)['macos']) != '[]' }}
162162 timeout-minutes : 90
163163 strategy :
Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ jobs:
281281 env :
282282 PIP_INDEX_URL : https://pypi.org/simple
283283 runs-on :
284- - ${{ matrix.arch == 'arm64' && 'macos-14' || 'macos-13 ' }}
284+ - ${{ matrix.arch == 'arm64' && 'macos-14' || 'macos-15-intel ' }}
285285
286286 steps :
287287 - name : Check Package Signing Enabled
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 matrix :
110110 include : ${{ fromJSON(inputs.matrix)['macos'] }}
111111 runs-on :
112- - ${{ matrix.arch == 'arm64' && 'macos-14' || 'macos-13 ' }}
112+ - ${{ matrix.arch == 'arm64' && 'macos-14' || 'macos-15-intel ' }}
113113 env :
114114 PIP_INDEX_URL : https://pypi.org/simple
115115 USE_S3_CACHE : ' false'
You can’t perform that action at this time.
0 commit comments