Skip to content

Commit

Permalink
Bump clang version
Browse files Browse the repository at this point in the history
  • Loading branch information
stanmart committed Jan 4, 2025
1 parent f631d77 commit f42ca17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .ci_support/osx_64_python3.13_default.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ xMACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '15'
- '17'
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '17'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_python3.13.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '15'
- '17'
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '17'
macos_machine:
- arm64-apple-darwin20.0.0
numpy:
Expand Down

0 comments on commit f42ca17

Please sign in to comment.