Skip to content

Commit

Permalink
apacheGH-44076: [CI] Remove verify-rc-binaries-wheel-macos-11 which i…
Browse files Browse the repository at this point in the history
…s now deprecated (apache#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: apache#44076

Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Jacob Wujciak-Jens <[email protected]>
  • Loading branch information
raulcd authored and khwilson committed Sep 14, 2024
1 parent a76ab32 commit 5fd9d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fd9d74

Please sign in to comment.