We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479d7e7 commit 00e4789Copy full SHA for 00e4789
1 file changed
.github/workflows/wheel_publish.yml
@@ -23,7 +23,7 @@ jobs:
23
# macos-13 is closing down, macos-14 is apple silicon
24
# macos-15-intel is for the x86_64
25
# note: Apple has discontinued support for the x86_64 (Intel) architecture
26
- os: [ ubuntu-latest, windows-latest, macos-14, macos-15, macos-15-intel ]
+ os: [ ubuntu-latest, windows-latest, macos-14, macos-15, ]
27
# modify python version in project.toml
28
steps:
29
# 检出代码
0 commit comments