File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ jobs:
6464 fail-fast : false
6565 matrix :
6666 python-version : ["3.9"]
67- os : [macos-13 , macos-latest, ubuntu-latest]
67+ os : [macos-15-intel , macos-latest, ubuntu-latest]
6868 include-rms : ["", "with RMS"]
6969 exclude :
70- - os : macos-13 # GitHub's runners just aren't up to the task of installing Julia
70+ - os : macos-15-intel # GitHub's runners just aren't up to the task of installing Julia
7171 include-rms : ' with RMS'
7272 runs-on : ${{ matrix.os }}
7373 name : Python ${{ matrix.python-version }} ${{ matrix.os }} Build and Test ${{ matrix.include-rms }}
Original file line number Diff line number Diff line change 1515 strategy :
1616 fail-fast : false
1717 matrix :
18- os : [ubuntu-latest, macos-13 , macos-latest]
18+ os : [ubuntu-latest, macos-15-intel , macos-latest]
1919 numpy-version : ["1.26"]
2020 python-version : ["3.9"]
2121 runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments