Skip to content

Commit 327948a

Browse files
authored
Change MacOS runner from 13 to 15-intel (#5213)
1 parent 45fc46f commit 327948a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/run_periodic_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
os: [ ubuntu-latest, macos-13, macos-latest, windows-latest ]
33+
os: [ ubuntu-latest, macos-15-intel, macos-latest, windows-latest ]
3434
python-version: ["3.10", "3.11", "3.12"]
3535
name: Tests (${{ matrix.os }} / Python ${{ matrix.python-version }})
3636

@@ -48,7 +48,7 @@ jobs:
4848
sudo apt-get install libopenblas-dev texlive-latex-extra dvipng
4949
5050
- name: Install macOS system dependencies
51-
if: matrix.os == 'macos-13' || matrix.os == 'macos-latest'
51+
if: matrix.os == 'macos-15-intel' || matrix.os == 'macos-latest'
5252
env:
5353
HOMEBREW_NO_INSTALL_CLEANUP: 1
5454
HOMEBREW_NO_AUTO_UPDATE: 1

.github/workflows/test_on_push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
fail-fast: false
5050
matrix:
51-
os: [ubuntu-latest, macos-13, macos-latest, windows-latest]
51+
os: [ubuntu-latest, macos-15-intel, macos-latest, windows-latest]
5252
python-version: ["3.10", "3.11", "3.12"]
5353
name: Tests (${{ matrix.os }} / Python ${{ matrix.python-version }})
5454

@@ -74,7 +74,7 @@ jobs:
7474
sudo apt-get install libopenblas-dev texlive-latex-extra dvipng
7575
7676
- name: Install macOS system dependencies
77-
if: matrix.os == 'macos-13' || matrix.os == 'macos-latest'
77+
if: matrix.os == 'macos-15-intel' || matrix.os == 'macos-latest'
7878
env:
7979
HOMEBREW_NO_INSTALL_CLEANUP: 1
8080
HOMEBREW_NO_AUTO_UPDATE: 1

0 commit comments

Comments
 (0)