Skip to content

Commit

Permalink
fixing config
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-roussel committed Jun 25, 2024
1 parent 9f77351 commit a32bb53
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_publish_osx-64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest]
os: [macos-12]
build_type: [Release]

steps:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest]
os: [macos-12]
build_type: [Release]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

Expand Down
13 changes: 10 additions & 3 deletions conda/recipes/sofa/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
c_compiler: # [win]
c_compiler:
- vs2022 # [win]
cxx_compiler: # [win]
- clang # [osx]
- gcc # [linux]
cxx_compiler:
- vs2022 # [win]
- gxx # [linux]
- clangxx # [osx]
c_stdlib:
- sysroot # [linux]
- vs # [win]
- macosx_deployment_target # [osx]
c_stdlib_version:
- 2.17 # [linux]
- 10.13 # [osx]
- 10.13 # [osx and x86_64]
cdt_name:
- cos7 # [linux]

0 comments on commit a32bb53

Please sign in to comment.