File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 runs-on : ${{ matrix.os }}
1919 strategy :
2020 matrix :
21- os : [ubuntu-latest, macos-13 , macos-14 ]
21+ os : [ubuntu-latest, macos-14 , macos-latest, macos-15-intel ]
2222
2323 steps :
2424 - uses : actions/checkout@v6
2828 env :
2929 FC : gfortran-14
3030 CC : gcc-14
31- MACOSX_DEPLOYMENT_TARGET : ${{ matrix.os == 'macos-13 ' && '13 .0' || '14 .0' }}
31+ MACOSX_DEPLOYMENT_TARGET : ${{ matrix.os == 'macos-14 ' && '14 .0' || '15 .0' }}
3232
3333 - uses : actions/upload-artifact@v5
3434 with :
6868 # alternatively, to publish when a GitHub Release is created, use the following rule:
6969 # if: github.event_name == 'release' && github.event.action == 'published'
7070 steps :
71- - uses : actions/download-artifact@v6
71+ - uses : actions/download-artifact@v7
7272 with :
7373 pattern : cibw-*
7474 path : dist
You can’t perform that action at this time.
0 commit comments