Skip to content

Commit

Permalink
removing cp38 build on windows arm64 (does not work) and test linux a…
Browse files Browse the repository at this point in the history
…rm64
  • Loading branch information
BDonnot committed Apr 22, 2024
1 parent ff3e8be commit 8251cc7
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -414,11 +414,11 @@ jobs:
whl_nm: windows_arm64,
cibuildwheel: windows
}
# - {
# name: ubuntu-latest,
# whl_nm: linux_arm64,
# cibuildwheel: linux
# }
- {
name: ubuntu-latest,
whl_nm: linux_arm64,
cibuildwheel: linux
}
python:
- {
name: cp38,
Expand All @@ -441,19 +441,22 @@ jobs:
version: '3.12',
}
exclude:
# because already done natively above
- python:
name: cp10
name: cp310 # because already done natively above
runner:
name: macos-14
- python:
name: cp11
name: cp311 # because already done natively above
runner:
name: macos-14
- python:
name: cp12
name: cp312 # because already done natively above
runner:
name: macos-14
- python:
name: cp38 # does not work
runner:
name: windows-2019
env:
RUNNER_OS: ${{ matrix.runner.name }}
PYTHON_VERSION: ${{ matrix.python.version }}
Expand Down

0 comments on commit 8251cc7

Please sign in to comment.