Skip to content

Commit

Permalink
[GitHub] Stop forcing Python to x64 on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Jun 17, 2024
1 parent 9aa4923 commit 71cc5a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71cc5a8

Please sign in to comment.