Skip to content

Commit

Permalink
Merge pull request #641 from HEXRD/arm64-ci
Browse files Browse the repository at this point in the history
Add back osx-arm64 build
  • Loading branch information
psavery authored Jun 17, 2024
2 parents 9527c50 + e27de5c commit 14f0466
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
}
- {
name: "MacOSX",
os: macos-12
os: macos-13
}
- {
name: "Windows",
Expand Down
8 changes: 7 additions & 1 deletion conda.recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ c_compiler:
- gcc # [linux]
- clang # [osx]
- vs2019 # [win]
cxx_compiler:
- gxx # [linux]
- clangxx # [osx]
- vs2019 # [win]
cxx_compiler_version: # [osx]
- 16 # [osx]
target_platform:
- linux-64 # [linux]
- osx-64 # [osx]
# - osx-arm64 # [osx]
- osx-arm64 # [osx]
- win-64 # [win]

0 comments on commit 14f0466

Please sign in to comment.