Skip to content

Commit

Permalink
ci: disable universal arch for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
zyzniewski committed Dec 29, 2022
1 parent e343de2 commit eacb548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: true
matrix:
arch: [x86_64, universal]
arch: [x86_64]
if: always()
needs: [clang_check]
outputs:
Expand Down

0 comments on commit eacb548

Please sign in to comment.