Skip to content

Commit 0bc9f56

Browse files
DX-113970 Migrate macOS x86_64 runners from macos-13 to macos-15-intel
1 parent 84221c6 commit 0bc9f56

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

dev/tasks/java-jars/github.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
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

dev/tasks/r/github.packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
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

dev/tasks/tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)