Skip to content

Commit bb4d1cf

Browse files
authored
Fix macOS 14 identifier in deploy workflow
1 parent c8d2e73 commit bb4d1cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- [ubuntu-22.04, manylinux_x86_64, x86_64]
3232
- [macos-13, macosx_*, x86_64]
3333
- [windows-2022, win_amd64, AMD64]
34-
- [macos-14, macos_*, arm64]
34+
- [macos-14, macosx_*, arm64]
3535
python: ["cp311", "cp312", "cp313", "cp314"]
3636
steps:
3737
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)