diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index e933f8fc49e..397fe8a43b9 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -115,6 +115,10 @@ jobs: os: [ ubuntu-latest, macos-14 ] python-version: [ "3.10", "3.11", "3.12"] from-source: [ True, False ] + exclude: + # Skip macOS 14 with Python 3.10 due to gettext library issues + - os: macos-14 + python-version: "3.10" env: # this script is for testing servers # it starts server with timeout and checks whether process killed by timeout (started healthy) or died by itself