Skip to content

Commit

Permalink
ci: Disable x86-64
Browse files Browse the repository at this point in the history
Signed-off-by: Qian Qian "Cubik"‎ <[email protected]>
  • Loading branch information
Cubik65536 committed Nov 26, 2024
1 parent b2f0f3b commit 4d5c93c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
name: Build macOS binaries of Ungoogled Chromium
strategy:
matrix:
arch: [arm64, x86-64]
# arch: [arm64, x86-64]
arch: [arm64]
include:
- arch: arm64
os: macos-15
Expand Down

0 comments on commit 4d5c93c

Please sign in to comment.