CQCL / tket

Source code for the TKET quantum compiler, Python bindings and utilities
https://docs.quantinuum.com/tket/
Apache License 2.0
257 stars 48 forks source link

Update macos CI runners #1616

Closed cqc-alec closed 1 month ago

cqc-alec commented 1 month ago

Closes #1608 .

Use macos-13 and macos-15 for the x86 and arm64 builds, respectively.

Release build tested here.

cqc-melf commented 1 month ago

Is this a user facing change? Should it be in the changelog? This could potential remove support of the python wheels for older versions?

cqc-alec commented 1 month ago

Is this a user facing change? Should it be in the changelog? This could potential remove support of the python wheels for older versions?

It's not user-facing, the wheel compatibility should be unchanged (we use the variable WHEEL_PLAT_NAME to control that).