Wheels CI hangs for MacOS Intel (#689)

- Fix wheels generation for MacOS Intel, which is hanging due to gha VM
brownout:
https://github.com/msgpack/msgpack-python/actions/runs/26874183762/job/79271522595
- Run tests on MacOS Intel and on Ubuntu ARM
This commit is contained in:
Guido Imperiale 2026-06-03 13:20:15 +01:00 committed by GitHub
parent 5eb57e1545
commit cdde1b0d63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 3 deletions

View file

@ -9,7 +9,13 @@ jobs:
test:
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "windows-11-arm", "macos-latest"]
os:
- ubuntu-latest
- ubuntu-24.04-arm
- windows-latest
- windows-11-arm
- macos-15-intel
- macos-latest
py: ["3.15", "3.15t", "3.14", "3.14t", "3.13", "3.12", "3.11", "3.10"]
exclude:
- os: windows-11-arm

View file

@ -11,13 +11,12 @@ jobs:
build_wheels:
strategy:
matrix:
# macos-13 is for intel
include:
- os: ubuntu-24.04
- os: ubuntu-24.04-arm
- os: windows-latest
- os: windows-11-arm
- os: macos-13
- os: macos-15-intel
- os: macos-latest
- os: ubuntu-24.04
cibw_archs: riscv64