8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00

Fix GH MacOS arm64 build.

This commit is contained in:
Adriano dos Santos Fernandes 2024-03-10 10:27:26 -03:00
parent 3dd28842c2
commit 692a0e8632

View File

@ -293,7 +293,6 @@ jobs:
# libcxx build is not working with python >= 3.12
- name: Do not use preinstalled python >= 3.12
if: ${{ matrix.arch == 'x64' }}
run: |
brew uninstall --ignore-dependencies python@3.12
[ -e /Library/Frameworks/Python.framework ] && \