Skip to content

Commit

Permalink
ci: Add multiple x86_64-apple-darwin targets to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
silviot committed Dec 7, 2024
1 parent 4af32f4 commit cca4bc6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
fail-fast: false
matrix:
include:
- target: x86_64-apple-darwin
arch: x86_64
- target: x86_64-apple-darwin
arch: x86_64
- target: x86_64-apple-darwin
arch: x86_64
- target: x86_64-apple-darwin
arch: x86_64
# Temporarily disabled the arm build
Expand Down

0 comments on commit cca4bc6

Please sign in to comment.