Skip to content

Commit b48a2f7

Browse files
authored
CI (Linux and macOS): Remove the arch variable, which currently has no effect (#246)
1 parent 2a47fa5 commit b48a2f7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@ jobs:
1616
os:
1717
- ubuntu-latest
1818
- macos-latest
19-
arch:
20-
- x64
21-
- x86
22-
- armv7
23-
- aarch64
24-
exclude:
25-
- os: macos-latest
26-
arch: armv7
27-
- os: macos-latest
28-
arch: x86
2919
steps:
3020
- uses: actions/checkout@v2
3121
- run: make

0 commit comments

Comments
 (0)