Skip to content

Commit ea60b29

Browse files
committed
.github/workflows/R.yml, .github/workflows/python.yml: Replace macos-13 with macos-15-intel.
1 parent 9e5221e commit ea60b29

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/R.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
# When set to true, GitHub cancels all in-progress jobs if any matrix job fails.
3131
fail-fast: true
3232
matrix:
33-
# macos-13 is an intel runner, macos-14 is apple silicon
34-
os: [ ubuntu-22.04, windows-latest, macos-13, macos-14 ]
33+
# macos-15-intel is an intel runner, macos-14 is apple silicon
34+
os: [ ubuntu-22.04, windows-latest, macos-15-intel, macos-14 ]
3535
r: [ release ]
3636
include:
3737
# Use latest ubuntu to make it easier to install dependencies

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ jobs:
4545
matrix:
4646
os: [ ubuntu-latest ]
4747
# This must be kept in sync with pyproject.toml and moocore
48-
# macos-13 is an intel runner, macos-14 is apple silicon
48+
# macos-15-intel is an intel runner, macos-14 is apple silicon
4949
python-version: ['3.10', '3.11', '3.12']
5050
include:
5151
- os: windows-latest
5252
python-version: '3.10'
5353
- os: macos-14
5454
python-version: '3.10'
55-
- os: macos-13
55+
- os: macos-15-intel
5656
python-version: '3.10'
5757
steps:
5858
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)