Skip to content

Commit 341e65a

Browse files
committed
Fix macOS CI
1 parent 74a0e09 commit 341e65a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-suite.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
matrix:
2525
os: [ubuntu-latest, macos-latest, windows-latest]
2626
features: ["", "ring", "zero_hash_cache", "ring,zero_hash_cache"]
27+
# Skip the ring-less builds on macOS ARM where ring is mandatory.
28+
exclude:
29+
- os: macos-latest
30+
features: ""
31+
- os: macos-latest
32+
features: "zero_hash_cache"
2733
runs-on: ${{ matrix.os }}
2834
name: test-${{ matrix.os }}-feat-${{ matrix.features }}
2935
steps:

0 commit comments

Comments
 (0)