Skip to content

Commit

Permalink
Another day, another test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahankinson committed May 7, 2024
1 parent c408da4 commit 5774210
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/python-ci-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
include:
- os: macos-13
architecture: x64
platform_id: macosx_*
platform_id: macos_*
- os: macos-14
architecture: arm64
platform_id: macos_*
- os: windows-latest
architecture: x64
platform_id: win_amd64
Expand All @@ -45,12 +48,10 @@ jobs:
- os: ubuntu-latest
architecture: x86
- os: macos-14
architecture: x86
- os: macos-14
python-version: "3.8"
architecture: ["x86", "x64"]
- os: macos-14
python-version: "3.9"

python-version: ["3.8", "3.9"]
ß
steps:
#===============================================#
# Set up
Expand Down Expand Up @@ -93,12 +94,12 @@ jobs:
with:
output-dir: wheelhouse
env:
CIBW_SKIP: cp37-macosx_arm64
CIBW_SKIP: cp37-macos_arm64
CIBW_BUILD: ${{ env.CIBW_BUILD_IDENTIFIER }}
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_ENVIRONMENT_MACOS:
MACOSX_DEPLOYMENT_TARGET=10.15
CIBW_TEST_SKIP: cp*-macosx_arm64
CIBW_TEST_SKIP: cp*-macos_arm64
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
CIBW_BEFORE_ALL_MACOS: brew update && brew install swig
Expand Down

0 comments on commit 5774210

Please sign in to comment.