Skip to content

Commit

Permalink
update for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Sep 13, 2024
1 parent dd829ea commit 7afaedd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ conda:
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
2 changes: 2 additions & 0 deletions .github/workflows/conda-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-2019
python-version: ['3.8']

steps:
Expand Down

0 comments on commit 7afaedd

Please sign in to comment.