We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8461786 commit 48396e3Copy full SHA for 48396e3
1 file changed
.github/workflows/build.yml
@@ -23,7 +23,6 @@ jobs:
23
- os: ubuntu-latest
24
arch: x86_64
25
artifact_name: "linux-x86_64"
26
- numpy-version: null
27
28
# Linux x86_64 with numpy 1.23
29
@@ -35,19 +34,16 @@ jobs:
35
34
- os: ubuntu-24.04-arm
36
arch: aarch64
37
artifact_name: "linux-aarch64"
38
39
40
# Windows builds
41
- os: windows-latest
42
43
artifact_name: "windows-x86_64"
44
45
46
# macOS builds (universal2)
47
- os: macos-latest
48
49
artifact_name: "macos-universal2"
50
- numpy-version: "null"
51
steps:
52
- uses: actions/checkout@v3
53
0 commit comments