File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments