This is an automated email from the ASF dual-hosted git repository.
assignuser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 6a38205d69 GH-44076: [CI] Remove verify-rc-binaries-wheel-macos-11
which is now deprecated (#44077)
6a38205d69 is described below
commit 6a38205d69ed97b21ad8dcfba11069ebb28c05d9
Author: Raúl Cumplido <[email protected]>
AuthorDate: Thu Sep 12 16:36:05 2024 +0200
GH-44076: [CI] Remove verify-rc-binaries-wheel-macos-11 which is now
deprecated (#44077)
### Rationale for this change
Our wheels deployment target is now MACOSX_DEPLOYMENT_TARGET=12.0 and the
macOS 11 runner is deprecated.
### What changes are included in this PR?
Remove macos-11 from CI matrix.
### Are these changes tested?
No, those jobs are triggered on release and is just removing a job from the
matrix.
### Are there any user-facing changes?
No
* GitHub Issue: #44076
Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Jacob Wujciak-Jens <[email protected]>
---
dev/tasks/tasks.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
index c1c15a3ff7..9f13245c53 100644
--- a/dev/tasks/tasks.yml
+++ b/dev/tasks/tasks.yml
@@ -996,7 +996,7 @@ tasks:
github_runner: "macos-14"
{% endfor %}
- {% for macos_version in ["11", "12"] %}
+ {% for macos_version in ["12"] %}
verify-rc-binaries-wheels-macos-{{ macos_version }}-amd64:
ci: github
template: verify-rc/github.macos.yml