Skip to content

Commit a1c60e0

Browse files
authored
remove x64 for mac build
1 parent 0427db3 commit a1c60e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/setup-python@v5
2929
with:
3030
python-version: ${{ matrix.python-version }}
31-
architecture: 'x64'
31+
#architecture: 'x64'
3232
- name: Install dependencies
3333
run: |
3434
python -m pip install --progress-bar off --upgrade pip setuptools wheel

0 commit comments

Comments
 (0)