Skip to content

Commit a9ffb5b

Browse files
committed
replace macos-13 with macos-15-intel
1 parent f7320c9 commit a9ffb5b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/verify_rc.yml

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

dev/tasks/r/github.packages.yml

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

dev/tasks/tasks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ tasks:
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-15-intel"
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-15-intel"
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-15-intel"
611611
{% endfor %}
612612

613613
{% for target in ["cpp",

0 commit comments

Comments
 (0)