Skip to content

Commit 33e61cd

Browse files
authored
chore: Use most recent macOS images on GitHub Actions (#1310)
## Summary by Sourcery CI: - Update macos-13 and macos-14 runners to macos-15 and macos-15-intel across all Python and Qt backend configurations <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Tests** * Updated continuous integration test matrix to use newer macOS runners, improving reliability and coverage for current macOS environments and Qt backends. * Ensures consistent test execution across platforms while retaining existing Ubuntu and Windows coverage. * **Chores** * Aligned workflow configuration across jobs for consistency. * No changes to supported OSes or Python versions from an end-user perspective; no impact on application features or behavior. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 6844249 commit 33e61cd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ jobs:
5656
tox_args: [ "" ]
5757
include:
5858
- python_version: "3.11"
59-
os: "macos-13"
59+
os: "macos-15-intel"
6060
qt_backend: "PyQt5"
6161
- python_version: "3.12"
62-
os: "macos-14"
62+
os: "macos-15"
6363
qt_backend: "PyQt6"
6464
- python_version: "3.11"
6565
os: "windows-latest"
@@ -94,7 +94,7 @@ jobs:
9494
fail-fast: false
9595
matrix:
9696
python_version: ["3.9", "3.10", "3.11", "3.12"]
97-
os: ["ubuntu-24.04", "macos-14", "windows-2022"]
97+
os: ["ubuntu-24.04", "macos-15", "windows-2022"]
9898
qt_backend: ["PySide2", "PyQt5"]
9999
include:
100100
- python_version: "3.12"
@@ -115,9 +115,9 @@ jobs:
115115
qt_backend: "PySide2"
116116
- python_version: "3.12"
117117
qt_backend: "PySide2"
118-
- os: "macos-14"
118+
- os: "macos-15"
119119
qt_backend: "PySide2"
120-
- os: "macos-14"
120+
- os: "macos-15"
121121
python_version: "3.9"
122122
with:
123123
test_data: True

0 commit comments

Comments
 (0)