Skip to content

Commit 0930611

Browse files
committed
exclude 32-bit arm darwin
1 parent 785e1f8 commit 0930611

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ jobs:
110110
matrix:
111111
arch: [ "amd64", "arm64", "arm" ]
112112
os: [ "linux", "freebsd", "darwin" ]
113+
exclude:
114+
- arch: "arm"
115+
os: "darwin"
113116
name: platforms
114117
runs-on: ubuntu-latest
115118
steps:

0 commit comments

Comments
 (0)