changeset 32619:c77b7ad98ade stable

GitHub-CI (macos): Work around conflict between pre-installed and Homebrew Python. * .github/workflows/make.yaml (macos): GitHub-hosted macOS runners now come with pre-installed Python 3.11 or 3.12. Force overwriting files from both pre-installed versions. They conflict with the files from Homebrew's versions of Python.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 20 Dec 2023 10:48:22 +0100
parents 56b12d3d365e
children 31ab28f3830e 2f3202a895e8
files .github/workflows/make.yaml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Tue Dec 19 19:46:47 2023 -0800
+++ b/.github/workflows/make.yaml	Wed Dec 20 10:48:22 2023 +0100
@@ -442,7 +442,7 @@
         # The third block is for additional dependencies needed when building from a repository checkout.
         run: |
           brew update
-          brew install --overwrite python@3.10 python@3.11
+          brew install --overwrite python@3.11 python@3.12
           brew reinstall gcc
           brew install arpack epstool fftw fig2dev fltk fontconfig freetype \
             ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 libsndfile \