Skip to content

Commit 9703791

Browse files
committed
ci: remove useless builds
1 parent a11c523 commit 9703791

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/macos-linux-conda.yml

+6
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ jobs:
3030
- build_type: Release
3131
cxx_options: -mavx2
3232
os: macos-latest
33+
- build_type: Debug
34+
cxx_options: -mavx2
35+
os: macos-14-arm64
36+
- build_type: Release
37+
cxx_options: -mavx2
38+
os: macos-14-arm64
3339

3440
steps:
3541
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)