Skip to content

Commit a770b84

Browse files
authored
Remove deprecated macOS 13 from CI and update to macOS 15 (#283)
* remove deprecated macos 13 from CI * update label for intel arch * update changelog [no ci]
1 parent 3ca3f3a commit a770b84

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,16 @@ jobs:
5252
manylinux_image: manylinux2014
5353

5454
# MacOS x86_64
55-
- os: macos-13
55+
- os: macos-15-intel
5656
python: 310
5757
platform_id: macosx_x86_64
58-
- os: macos-13
58+
- os: macos-15-intel
5959
python: 311
6060
platform_id: macosx_x86_64
61-
- os: macos-13
61+
- os: macos-15-intel
6262
python: 312
6363
platform_id: macosx_x86_64
64-
- os: macos-13
64+
- os: macos-15-intel
6565
python: 313
6666
platform_id: macosx_x86_64
6767

.github/workflows/pre-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ jobs:
4646
manylinux_image: manylinux2014
4747

4848
# MacOS x86_64
49-
- os: macos-13
49+
- os: macos-15-intel
5050
python: 310
5151
platform_id: macosx_x86_64
52-
- os: macos-13
52+
- os: macos-15-intel
5353
python: 311
5454
platform_id: macosx_x86_64
55-
- os: macos-13
55+
- os: macos-15-intel
5656
python: 312
5757
platform_id: macosx_x86_64
58-
- os: macos-13
58+
- os: macos-15-intel
5959
python: 313
6060
platform_id: macosx_x86_64
6161

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ jobs:
4848
manylinux_image: manylinux2014
4949

5050
# MacOS x86_64
51-
- os: macos-13
51+
- os: macos-15-intel
5252
python: 310
5353
platform_id: macosx_x86_64
54-
- os: macos-13
54+
- os: macos-15-intel
5555
python: 311
5656
platform_id: macosx_x86_64
57-
- os: macos-13
57+
- os: macos-15-intel
5858
python: 312
5959
platform_id: macosx_x86_64
60-
- os: macos-13
60+
- os: macos-15-intel
6161
python: 313
6262
platform_id: macosx_x86_64
6363

.github/workflows/test-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ jobs:
4646
manylinux_image: manylinux2014
4747

4848
# MacOS x86_64
49-
- os: macos-13
49+
- os: macos-15-intel
5050
python: 310
5151
platform_id: macosx_x86_64
52-
- os: macos-13
52+
- os: macos-15-intel
5353
python: 311
5454
platform_id: macosx_x86_64
55-
- os: macos-13
55+
- os: macos-15-intel
5656
python: 312
5757
platform_id: macosx_x86_64
58-
- os: macos-13
58+
- os: macos-15-intel
5959
python: 313
6060
platform_id: macosx_x86_64
6161

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Types of changes:
2424
### Removed
2525

2626
### Fixed
27-
27+
- Updated CI to use `macos-15-intel` image due to deprecation of `macos-13` image. ([#283](https://github.com/qBraid/pyqasm/pull/283))
2828

2929
### Dependencies
3030
- Update `pillow` requirement from <11.4.0 to <12.1.0 ([#271](https://github.com/qBraid/pyqasm/pull/271))

0 commit comments

Comments
 (0)