Skip to content

Commit

Permalink
apacheGH-40703: [CI][Packaging] Homebrew can't install Python 3.12 on…
Browse files Browse the repository at this point in the history
… GHA runners (apache#40704)

### Rationale for this change

The hombrew-cpp nightly job is failing.

### What changes are included in this PR?

Force install install for Python 3.12

### Are these changes tested?

Via archery

### Are there any user-facing changes?

No
* GitHub Issue: apache#40703

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
raulcd authored Mar 21, 2024
1 parent dc20d95 commit 9be26e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/macros.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ on:
# The GHA runners install of python > 3.10 is incompatible with brew so we
# have to force overwriting of the symlinks
# see https://github.com/actions/runner-images/issues/6868
brew install --overwrite python@3.11 python@3.10
brew install --overwrite python@3.12 python@3.11 python@3.10

set -x
ARROW_GLIB_FORMULA=$(echo ${ARROW_FORMULA} | sed -e 's/\.rb/-glib.rb/')
Expand Down

0 comments on commit 9be26e1

Please sign in to comment.