Skip to content

Commit 34d9a70

Browse files
authored
Merge pull request #127 from simonsobs/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 76b5ece + d4ecdb3 commit 34d9a70

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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
@@ -28,7 +28,7 @@ jobs:
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:
@@ -68,7 +68,7 @@ jobs:
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

0 commit comments

Comments
 (0)