Skip to content

Commit 00e4789

Browse files
authored
Update OS matrix in wheel_publish.yml
Removed macos-15-intel from the OS matrix in the workflow.
1 parent 479d7e7 commit 00e4789

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheel_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# macos-13 is closing down, macos-14 is apple silicon
2424
# macos-15-intel is for the x86_64
2525
# note: Apple has discontinued support for the x86_64 (Intel) architecture
26-
os: [ ubuntu-latest, windows-latest, macos-14, macos-15, macos-15-intel ]
26+
os: [ ubuntu-latest, windows-latest, macos-14, macos-15, ]
2727
# modify python version in project.toml
2828
steps:
2929
# 检出代码

0 commit comments

Comments
 (0)