Skip to content

Commit e55eb82

Browse files
committed
No universal builds unless we want to compile libusb... which we don't.
1 parent 53500f8 commit e55eb82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
config:
4141
- { name: "Ubuntu 22.04", os: ubuntu-22.04 }
4242
- { name: "Ubuntu 24.04", os: ubuntu-24.04 }
43-
- { name: "macOS", os: macos-14, cmake_extra: '-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"' }
43+
- { name: "macOS", os: macos-14 }
4444

4545
steps:
4646
- name: Checkout

0 commit comments

Comments
 (0)