From f4388231292d6dce40be7784ee27787d394eb615 Mon Sep 17 00:00:00 2001 From: TheGupta2012 Date: Mon, 15 Dec 2025 16:27:38 +0530 Subject: [PATCH 1/3] remove deprecated macos 13 from CI --- .github/workflows/main.yml | 8 ++++---- .github/workflows/pre-release.yml | 8 ++++---- .github/workflows/release.yml | 8 ++++---- .github/workflows/test-release.yml | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1605e2e..a22effb 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 python: 310 platform_id: macosx_x86_64 - - os: macos-13 + - os: macos-15 python: 311 platform_id: macosx_x86_64 - - os: macos-13 + - os: macos-15 python: 312 platform_id: macosx_x86_64 - - os: macos-13 + - os: macos-15 python: 313 platform_id: macosx_x86_64 diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 9cbc12b..b43e22e 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 python: 310 platform_id: macosx_x86_64 - - os: macos-13 + - os: macos-15 python: 311 platform_id: macosx_x86_64 - - os: macos-13 + - os: macos-15 python: 312 platform_id: macosx_x86_64 - - os: macos-13 + - os: macos-15 python: 313 platform_id: macosx_x86_64 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68651d4..182636d 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 python: 310 platform_id: macosx_x86_64 - - os: macos-13 + - os: macos-15 python: 311 platform_id: macosx_x86_64 - - os: macos-13 + - os: macos-15 python: 312 platform_id: macosx_x86_64 - - os: macos-13 + - os: macos-15 python: 313 platform_id: macosx_x86_64 diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index 970c853..abd2de0 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 python: 310 platform_id: macosx_x86_64 - - os: macos-13 + - os: macos-15 python: 311 platform_id: macosx_x86_64 - - os: macos-13 + - os: macos-15 python: 312 platform_id: macosx_x86_64 - - os: macos-13 + - os: macos-15 python: 313 platform_id: macosx_x86_64 From 1f1f8236e8313532bfd207ea28a12b415ca8d76e Mon Sep 17 00:00:00 2001 From: TheGupta2012 Date: Mon, 15 Dec 2025 16:31:42 +0530 Subject: [PATCH 2/3] update label for intel arch --- .github/workflows/main.yml | 8 ++++---- .github/workflows/pre-release.yml | 8 ++++---- .github/workflows/release.yml | 8 ++++---- .github/workflows/test-release.yml | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a22effb..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-15 + - os: macos-15-intel python: 310 platform_id: macosx_x86_64 - - os: macos-15 + - os: macos-15-intel python: 311 platform_id: macosx_x86_64 - - os: macos-15 + - os: macos-15-intel python: 312 platform_id: macosx_x86_64 - - os: macos-15 + - 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 b43e22e..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-15 + - os: macos-15-intel python: 310 platform_id: macosx_x86_64 - - os: macos-15 + - os: macos-15-intel python: 311 platform_id: macosx_x86_64 - - os: macos-15 + - os: macos-15-intel python: 312 platform_id: macosx_x86_64 - - os: macos-15 + - os: macos-15-intel python: 313 platform_id: macosx_x86_64 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 182636d..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-15 + - os: macos-15-intel python: 310 platform_id: macosx_x86_64 - - os: macos-15 + - os: macos-15-intel python: 311 platform_id: macosx_x86_64 - - os: macos-15 + - os: macos-15-intel python: 312 platform_id: macosx_x86_64 - - os: macos-15 + - 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 abd2de0..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-15 + - os: macos-15-intel python: 310 platform_id: macosx_x86_64 - - os: macos-15 + - os: macos-15-intel python: 311 platform_id: macosx_x86_64 - - os: macos-15 + - os: macos-15-intel python: 312 platform_id: macosx_x86_64 - - os: macos-15 + - os: macos-15-intel python: 313 platform_id: macosx_x86_64 From 784aa14d12d96832290af5698b58fc99e57e39e8 Mon Sep 17 00:00:00 2001 From: TheGupta2012 Date: Mon, 15 Dec 2025 16:39:30 +0530 Subject: [PATCH 3/3] update changelog [no ci] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))