Skip to content

Commit

Permalink
set archs to auto64
Browse files Browse the repository at this point in the history
  • Loading branch information
Peguen committed Sep 20, 2024
1 parent d9ec204 commit dc3d2df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: runner.os == 'Windows'
uses: pypa/cibuildwheel@v2.17
env:
CIBW_ARCHS: AMD64
CIBW_ARCHS: auto64
CIBW_BEFORE_ALL: >
set PACKAGE_PATH=lang/python/package/ecal &
mkdir $PACKAGE_PATH &
Expand All @@ -41,7 +41,7 @@ jobs:
if: runner.os == 'Linux'
uses: pypa/cibuildwheel@v2.17
env:
CIBW_ARCHS: AMD64
CIBW_ARCHS: auto64
CIBW_BEFORE_ALL: >
export PACKAGE_PATH=lang/python/package/ecal &&
mkdir $PACKAGE_PATH &&
Expand Down

0 comments on commit dc3d2df

Please sign in to comment.