File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9393 fail-fast : false
9494 matrix :
9595 platform :
96- - { runs_on: ["macos-13 "], arch: "x86_64"}
96+ - { runs_on: ["macos-15-intel "], arch: "x86_64"}
9797 env :
9898 MACOSX_DEPLOYMENT_TARGET : " 13.0"
9999 steps :
@@ -207,7 +207,7 @@ jobs:
207207
208208 package-jars :
209209 name : Build jar files
210- runs-on : macos-13
210+ runs-on : macos-15-intel
211211 needs :
212212 - build-cpp-ubuntu
213213 - build-cpp-macos
Original file line number Diff line number Diff line change 6666 fail-fast : false
6767 matrix :
6868 platform :
69- - { runs_on: macos-13 , arch: "x86_64" }
69+ - { runs_on: macos-15-intel , arch: "x86_64" }
7070 - { runs_on: macos-14, arch: "arm64" }
7171 openssl : ['3.0', '1.1']
7272
Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ tasks:
408408 arrow_jemalloc : " ON"
409409 python_version : " {{ python_version }}"
410410 macos_deployment_target : " {{ macos_version }}"
411- runs_on : " macos-13 "
411+ runs_on : " macos-15-intel "
412412 vcpkg_arch : " amd64"
413413 artifacts :
414414 - pyarrow-{no_rc_version}-{{ python_tag }}-{{ abi_tag }}-{{ platform_tag }}.whl
You can’t perform that action at this time.
0 commit comments