diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1605e2e..aed49b1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,16 +52,16 @@ jobs: manylinux_image: manylinux2014 # MacOS x86_64 - - os: macos-13 + - os: macos-15-intel python: 310 platform_id: macosx_x86_64 - - os: macos-13 + - os: macos-15-intel python: 311 platform_id: macosx_x86_64 - - os: macos-13 + - os: macos-15-intel python: 312 platform_id: macosx_x86_64 - - os: macos-13 + - os: macos-15-intel python: 313 platform_id: macosx_x86_64 diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 9cbc12b..a030822 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -46,16 +46,16 @@ jobs: manylinux_image: manylinux2014 # MacOS x86_64 - - os: macos-13 + - os: macos-15-intel python: 310 platform_id: macosx_x86_64 - - os: macos-13 + - os: macos-15-intel python: 311 platform_id: macosx_x86_64 - - os: macos-13 + - os: macos-15-intel python: 312 platform_id: macosx_x86_64 - - os: macos-13 + - os: macos-15-intel python: 313 platform_id: macosx_x86_64 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68651d4..aec223a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,16 +48,16 @@ jobs: manylinux_image: manylinux2014 # MacOS x86_64 - - os: macos-13 + - os: macos-15-intel python: 310 platform_id: macosx_x86_64 - - os: macos-13 + - os: macos-15-intel python: 311 platform_id: macosx_x86_64 - - os: macos-13 + - os: macos-15-intel python: 312 platform_id: macosx_x86_64 - - os: macos-13 + - os: macos-15-intel python: 313 platform_id: macosx_x86_64 diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index 970c853..1197da0 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -46,16 +46,16 @@ jobs: manylinux_image: manylinux2014 # MacOS x86_64 - - os: macos-13 + - os: macos-15-intel python: 310 platform_id: macosx_x86_64 - - os: macos-13 + - os: macos-15-intel python: 311 platform_id: macosx_x86_64 - - os: macos-13 + - os: macos-15-intel python: 312 platform_id: macosx_x86_64 - - os: macos-13 + - os: macos-15-intel python: 313 platform_id: macosx_x86_64 diff --git a/CHANGELOG.md b/CHANGELOG.md index 406e385..49c6bf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ Types of changes: ### Removed ### Fixed - +- Updated CI to use `macos-15-intel` image due to deprecation of `macos-13` image. ([#283](https://github.com/qBraid/pyqasm/pull/283)) ### Dependencies - Update `pillow` requirement from <11.4.0 to <12.1.0 ([#271](https://github.com/qBraid/pyqasm/pull/271))