Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Sep 13, 2024
1 parent 1f32c84 commit dd829ea
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ clingo:
pin_run_as_build:
clingo: x.x

c_stdlib_version: # [osx]
- 10.13 # [osx and not arm64]
- 11.3.sdk # [osx and arm64]

# from https://github.com/phracker/MacOSX-SDKs
CONDA_BUILD_SYSROOT:
- /opt/MacOSX10.13.sdk # [osx and not arm64]
Expand Down
3 changes: 3 additions & 0 deletions .github/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ cibw:
m = match(r'#define CLINGOLPX_VERSION "([0-9]+\.[0-9]+\.[0-9]+)"', line)
if m is not None:
version = m.group(1)
macosx_deployment_target:
x86_64: 10.15
arm64: 10.15

conda:
package_name:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ jobs:
- os: macos-13
name: "*-macos_x86_64"
env:
MACOSX_DEPLOYMENT_TARGET: "10.13"
MACOSX_DEPLOYMENT_TARGET: "10.15"
- os: macos-14
name: "*-macos_arm64"
env:
MACOSX_DEPLOYMENT_TARGET: "10.14"
MACOSX_DEPLOYMENT_TARGET: "10.15"

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/conda-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-2019
python-version: ['3.8']

steps:
Expand Down

0 comments on commit dd829ea

Please sign in to comment.