Skip to content

Commit

Permalink
ci: Bump macos runners to macos-13 (both azure and GHA) (#1113)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Chores**
- Updated CI/CD pipeline configurations to target macOS 13 for improved
compatibility and performance.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
Czaki authored Jun 24, 2024
1 parent 111a131 commit a84aef8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
tox_args: [ "" ]
include:
- python_version: "3.9"
os: "macos-11"
os: "macos-13"
qt_backend: "PyQt5"
- python_version: "3.9"
os: "windows-2019"
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
fail-fast: false
matrix:
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: ["ubuntu-20.04", "macos-11", "windows-2019"]
os: ["ubuntu-20.04", "macos-13", "windows-2019"]
qt_backend: ["PySide2", "PyQt5"]
include:
- python_version: "3.11"
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ stages:
strategy:
matrix:
macos:
imageName: 'macos-11'
imageName: 'macos-13'
windows:
imageName: 'windows-2019'
pool: {vmImage: $(imageName)}
Expand Down Expand Up @@ -182,7 +182,7 @@ stages:
strategy:
matrix:
macos:
imageName: 'macos-11'
imageName: 'macos-13'
test_path: dist/PartSeg/PartSeg _test || dist/PartSeg/PartSeg _test || dist/PartSeg/PartSeg _test
windows:
imageName: 'windows-2019'
Expand Down

0 comments on commit a84aef8

Please sign in to comment.