diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 51473b0bb..a0039bec2 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -21,7 +21,7 @@ jobs: } - { name: "MacOSX", - os: macos-12 + os: macos-13 } - { name: "Windows", diff --git a/conda.recipe/conda_build_config.yaml b/conda.recipe/conda_build_config.yaml index b0d465b1d..9265ac6da 100644 --- a/conda.recipe/conda_build_config.yaml +++ b/conda.recipe/conda_build_config.yaml @@ -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]