File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111jobs :
1212 build :
1313
14- runs-on : macos -latest
14+ runs-on : ubuntu -latest
1515 strategy :
1616 fail-fast : false
1717 matrix :
Original file line number Diff line number Diff line change 1414 fail-fast : false
1515 matrix :
1616 python-version : ["3.9", "3.10", "3.11", "3.12"]
17- runs-on : [ubuntu-latest, macos-latest, macos-14 ]
17+ runs-on : [ubuntu-latest, macos-latest]
1818 exclude :
19- - runs-on : macos-14
19+ - runs-on : macos-latest
2020 python-version : " 3.9"
2121
2222 steps :
@@ -28,10 +28,10 @@ jobs:
2828 python-version : ${{ matrix.python-version }}
2929
3030
31- - name : Install HDF5 for pytables on macos-14
31+ - name : Install HDF5 for pytables on macos-latest
3232 run : |
3333 # if [[ ${{ matrix.python-version }} == "3.11" ]] || [[ ${{ matrix.python-version }} == "3.12" ]]; then
34- if [[ ${{ matrix.runs-on }} == "macos-14 " ]]; then brew install hdf5 ; fi;
34+ if [[ ${{ matrix.runs-on }} == "macos-latest " ]]; then brew install hdf5 ; fi;
3535 #fi;
3636
3737
You can’t perform that action at this time.
0 commit comments