Skip to content

Commit

Permalink
remove x64 for mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reuter authored May 13, 2024
1 parent d4d3e6d commit c52ccaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: 'x64'
#architecture: 'x64'
- name: Install dependencies
run: |
python -m pip install --progress-bar off --upgrade pip setuptools wheel
Expand Down

0 comments on commit c52ccaf

Please sign in to comment.