From 71cc5a84c4782e6b6758b4ae974c352e006c1ad7 Mon Sep 17 00:00:00 2001 From: Robert Konrad Date: Tue, 18 Jun 2024 00:50:40 +0200 Subject: [PATCH] [GitHub] Stop forcing Python to x64 on macOS --- .github/workflows/macos.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 30b088c18a..849ab889a4 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -22,7 +22,6 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.12.2' - architecture: 'x64' - name: Configure run: ./configure --openssl-no-asm --without-intl --dest-cpu=x86_64 - name: Compile