Skip to content

Commit

Permalink
add macos intel to build
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jul 13, 2024
1 parent 94f4ddc commit c61cf81
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,18 @@ jobs:
fail-fast: false
matrix:
include:
- platform: "macos-latest"
- platform: "macos-latest" # ARM
options: ""
- platform: "ubuntu-22.04"
- platform: "macos-latest" # Intel
options: "--target x86_64-apple-darwin"
- platform: "ubuntu-22.04" # Linux
options: ""
- platform: "windows-latest"
- platform: "windows-latest" # Windows
options: ""
- platform: "windows-latest"
- platform: "windows-latest" # Windows Cuda
options: '--features "cuda"'
cuda-version: "12.5.0"
- platform: "ubuntu-22.04"
- platform: "ubuntu-22.04" # Linux Cuda
options: '--features "cuda"'
cuda-version: "12.4.1"

Expand Down

0 comments on commit c61cf81

Please sign in to comment.