Skip to content

Commit

Permalink
Build only on macOS for Intel
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Jun 26, 2024
1 parent 67e53f7 commit 5c0142d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
# macos-12 is is Intel-based (x64), macos-14 is Apple Silicon (arm64)
platform: [macos-12, macos-14, ubuntu-20.04, windows-2019]
platform: [macos-12]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout Zui
Expand Down

0 comments on commit 5c0142d

Please sign in to comment.