Skip to content

Commit 22a9c55

Browse files
authored
Merge pull request matplotlib#30571 from tacaswell/ci/drop_osx13
CI: remove macos13
2 parents ae47240 + c18a165 commit 22a9c55

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,15 @@ jobs:
7777
pygobject-ver: '<3.52.0'
7878
- os: ubuntu-24.04
7979
python-version: '3.12'
80-
- os: macos-13 # This runner is on Intel chips.
81-
# merge numpy and pandas install in nighties test when this runner is dropped
80+
- os: macos-14 # This runner is on M1 (arm64) chips.
8281
python-version: '3.11'
82+
# https://github.com/matplotlib/matplotlib/issues/29732
83+
pygobject-ver: '<3.52.0'
8384
- os: macos-14 # This runner is on M1 (arm64) chips.
8485
python-version: '3.12'
8586
# https://github.com/matplotlib/matplotlib/issues/29732
8687
pygobject-ver: '<3.52.0'
87-
- os: macos-14 # This runner is on M1 (arm64) chips.
88+
- os: macos-15 # This runner is on M1 (arm64) chips.
8889
python-version: '3.13'
8990
# https://github.com/matplotlib/matplotlib/issues/29732
9091
pygobject-ver: '<3.52.0'
@@ -297,13 +298,7 @@ jobs:
297298
python -m pip install pytz tzdata # Must be installed for Pandas.
298299
python -m pip install \
299300
--index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
300-
--upgrade --only-binary=:all: numpy
301-
# wheels for intel osx is not always available on nightly wheels index, merge this back into
302-
# the above install command when the OSX-13 (intel) runners are dropped.
303-
python -m pip install \
304-
--index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
305-
--upgrade --only-binary=:all: pandas || true
306-
301+
--upgrade --only-binary=:all: numpy pandas
307302
308303
- name: Install Matplotlib
309304
run: |

0 commit comments

Comments
 (0)