File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed 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-latest
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-latest , arch: "arm64 " }
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-latest , name: "macOS arm64 "}
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-latest " , 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 @@ -246,12 +246,12 @@ tasks:
246246 ci : github
247247 template : python-wheels/github.osx.yml
248248 params :
249- arch : " x86_64 "
249+ arch : " arm64 "
250250 arrow_jemalloc : " ON"
251251 python_version : " {{ python_version }}"
252252 python_abi_tag : " {{ abi_tag }}"
253253 macos_deployment_target : " 12.0"
254- runs_on : " macos-13 "
254+ runs_on : " macos-latest "
255255 vcpkg_arch : " amd64"
256256 artifacts :
257257 - pyarrow-{no_rc_version}-{{ python_tag }}-{{ abi_tag }}-macosx_12_0_x86_64.whl
@@ -595,7 +595,7 @@ tasks:
595595 params :
596596 target : {{ target }}
597597 use_conda : True
598- github_runner : " macos-13 "
598+ github_runner : " macos-latest "
599599 {% endfor %}
600600
601601 {% for target in ["cpp",
@@ -607,7 +607,7 @@ tasks:
607607 template : verify-rc/github.macos.yml
608608 params :
609609 target : {{ target }}
610- github_runner : " macos-13 "
610+ github_runner : " macos-latest "
611611 {% endfor %}
612612
613613 {% for target in ["cpp",
You can’t perform that action at this time.
0 commit comments