Skip to content

Commit d2ab525

Browse files
committed
Backport PR matplotlib#30571: CI: remove macos13
1 parent 165cc8b commit d2ab525

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,10 @@ jobs:
8484
pyqt6-ver: '!=6.6.0'
8585
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
8686
pyside6-ver: '!=6.5.1'
87-
- os: macos-13 # This runner is on Intel chips.
87+
- os: macos-14 # This runner is on M1 (arm64) chips.
8888
python-version: '3.10'
89+
# https://github.com/matplotlib/matplotlib/issues/29732
90+
pygobject-ver: '<3.52.0'
8991
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
9092
pyside6-ver: '!=6.5.1'
9193
- os: macos-14 # This runner is on M1 (arm64) chips.
@@ -94,7 +96,7 @@ jobs:
9496
pygobject-ver: '<3.52.0'
9597
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
9698
pyside6-ver: '!=6.5.1'
97-
- os: macos-14 # This runner is on M1 (arm64) chips.
99+
- os: macos-15 # This runner is on M1 (arm64) chips.
98100
python-version: '3.13'
99101
# https://github.com/matplotlib/matplotlib/issues/29732
100102
pygobject-ver: '<3.52.0'

0 commit comments

Comments
 (0)