File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ jobs:
195
195
fail-fast : false
196
196
matrix :
197
197
runs-on :
198
- - macos-13
198
+ - macos-15-intel
199
199
- macos-14
200
200
env :
201
201
RC : ${{ needs.target.outputs.rc }}
Original file line number Diff line number Diff line change 64
64
fail-fast : false
65
65
matrix :
66
66
platform :
67
- - { runs_on: macos-13 , arch: "x86_64" }
67
+ - { runs_on: macos-15-intel , arch: "x86_64" }
68
68
- { runs_on: macos-14, arch: "arm64" }
69
69
openssl : ['3.0', '1.1']
70
70
env :
@@ -216,7 +216,7 @@ jobs:
216
216
matrix :
217
217
platform :
218
218
- { 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"}
220
220
- { runs_on: macos-14, name: "macOS arm64" }
221
221
r_version : [oldrel, release]
222
222
steps :
@@ -396,7 +396,7 @@ jobs:
396
396
matrix :
397
397
platform :
398
398
- {runs_on: "ubuntu-latest", name: "Linux"}
399
- - {runs_on: "macos-13 " , name: "macOS"}
399
+ - {runs_on: "macos-15-intel " , name: "macOS"}
400
400
steps :
401
401
- name : Install R
402
402
uses : r-lib/actions/setup-r@v2
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ tasks:
251
251
python_version : " {{ python_version }}"
252
252
python_abi_tag : " {{ abi_tag }}"
253
253
macos_deployment_target : " 12.0"
254
- runs_on : " macos-13 "
254
+ runs_on : " macos-15-intel "
255
255
vcpkg_arch : " amd64"
256
256
artifacts :
257
257
- pyarrow-{no_rc_version}-{{ python_tag }}-{{ abi_tag }}-macosx_12_0_x86_64.whl
@@ -595,7 +595,7 @@ tasks:
595
595
params :
596
596
target : {{ target }}
597
597
use_conda : True
598
- github_runner : " macos-13 "
598
+ github_runner : " macos-15-intel "
599
599
{% endfor %}
600
600
601
601
{% for target in ["cpp",
@@ -607,7 +607,7 @@ tasks:
607
607
template : verify-rc/github.macos.yml
608
608
params :
609
609
target : {{ target }}
610
- github_runner : " macos-13 "
610
+ github_runner : " macos-15-intel "
611
611
{% endfor %}
612
612
613
613
{% for target in ["cpp",
You can’t perform that action at this time.
0 commit comments