File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ jobs:
195195 fail-fast : false
196196 matrix :
197197 runs-on :
198- - macos-13
198+ - macos-15-intel
199199 - macos-14
200200 env :
201201 RC : ${{ needs.target.outputs.rc }}
Original file line number Diff line number Diff line change 6464 fail-fast : false
6565 matrix :
6666 platform :
67- - { runs_on: macos-13 , arch: "x86_64" }
67+ - { runs_on: macos-15-intel , arch: "x86_64" }
6868 - { runs_on: macos-14, arch: "arm64" }
6969 openssl : ['3.0', '1.1']
7070 env :
@@ -216,7 +216,7 @@ jobs:
216216 matrix :
217217 platform :
218218 - { runs_on: 'windows-latest', name: "Windows"}
219- - { runs_on: macos-13 , name: "macOS x86_64"}
219+ - { runs_on: macos-15-intel , name: "macOS x86_64"}
220220 - { runs_on: macos-14, name: "macOS arm64" }
221221 r_version : [oldrel, release]
222222 steps :
@@ -396,7 +396,7 @@ jobs:
396396 matrix :
397397 platform :
398398 - {runs_on: "ubuntu-latest", name: "Linux"}
399- - {runs_on: "macos-13 " , name: "macOS"}
399+ - {runs_on: "macos-15-intel " , name: "macOS"}
400400 steps :
401401 - name : Install R
402402 uses : r-lib/actions/setup-r@v2
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ tasks:
219219 python_version : " {{ python_version }}"
220220 python_abi_tag : " {{ abi_tag }}"
221221 macos_deployment_target : " 12.0"
222- runs_on : " macos-13 "
222+ runs_on : " macos-15-intel "
223223 vcpkg_arch : " amd64"
224224 artifacts :
225225 - pyarrow-{no_rc_version}-{{ python_tag }}-{{ abi_tag }}-macosx_12_0_x86_64.whl
@@ -346,7 +346,7 @@ tasks:
346346 params :
347347 target : {{ target }}
348348 use_conda : True
349- github_runner : " macos-13 "
349+ github_runner : " macos-15-intel "
350350 {% endfor %}
351351
352352 {% for target in ["cpp",
@@ -358,7 +358,7 @@ tasks:
358358 template : verify-rc/github.macos.yml
359359 params :
360360 target : {{ target }}
361- github_runner : " macos-13 "
361+ github_runner : " macos-15-intel "
362362 {% endfor %}
363363
364364 {% for target in ["cpp",
You can’t perform that action at this time.
0 commit comments