Skip to content

Commit

Permalink
Add more architectures on Linux
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
  • Loading branch information
jeandet committed Mar 12, 2024
1 parent f1922a7 commit fa45840
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,22 @@ jobs:
include:
- os: ubuntu-latest
CIBW_ENVIRONMENT: ''
CIBW_ARCHS: "x86_64 aarch64 ppc64le s390x"
- os: windows-latest
CIBW_ENVIRONMENT: ''
CIBW_ARCHS: "AMD64"
- os: macos-13 # Intel
CIBW_ENVIRONMENT: >
MACOSX_DEPLOYMENT_TARGET='10.15'
CIBW_ARCHS: "x86_64"
- os: macos-14 # Apple Silicon
CIBW_ENVIRONMENT: >
MACOSX_DEPLOYMENT_TARGET='11.7'
CIBW_ARCHS: "arm64"
env:
CIBW_ENVIRONMENT: ${{ matrix.CIBW_ENVIRONMENT }}
CIBW_SKIP: "*-win32 *i686"
CIBW_ARCHS: ${{ matrix.CIBW_ARCHS }}
steps:
- uses: ilammy/msvc-dev-cmd@v1
if: runner.os == 'Windows'
Expand Down

0 comments on commit fa45840

Please sign in to comment.