Skip to content

Commit

Permalink
ci: test macos-14 on macos-latest wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
k4black committed Feb 2, 2024
1 parent b2030b4 commit e52b093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: wheels-${{ matrix.os }}
name: wheels-${{ matrix.os if matrix.os != 'macos-14' else 'macos-latest' }}
path: dist
- name: Show dist files
run: ls -lah ./dist
Expand Down

0 comments on commit e52b093

Please sign in to comment.