Skip to content

Commit

Permalink
WIP Only build / test Conda package on UNIX
Browse files Browse the repository at this point in the history
  • Loading branch information
popescu-v committed Dec 4, 2024
1 parent 3df48cf commit aaae521
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
# Linux: We use the Khiops dev debian:10 container to build with glibc 2.28
# It ensures compatibility with glibc >= 2.28 (in particular Rocky 8)
- {os: ubuntu-22.04, os-family: linux-64, json-image: '{"image": "ghcr.io/khiopsml/khiops/khiopsdev-debian10:latest"}'}
- {os: windows-2022, os-family: win-64, json-image: '{"image": null}'}
- {os: macos-13, os-family: osx-64, json-image: '{"image": null}'}
# - {os: windows-2022, os-family: win-64, json-image: '{"image": null}'}
# - {os: macos-13, os-family: osx-64, json-image: '{"image": null}'}
- {os: macos-14, os-family: osx-arm64, json-image: '{"image": null}'}
container: ${{ fromJSON(matrix.setup.json-image) }}
runs-on: ${{ matrix.setup.os }}
Expand Down Expand Up @@ -95,9 +95,9 @@ jobs:
- {os: ubuntu-20.04, os-family: linux-64}
- {os: ubuntu-22.04, os-family: linux-64}
- {os: ubuntu-24.04, os-family: linux-64}
- {os: windows-2019, os-family: win-64}
- {os: windows-2022, os-family: win-64}
- {os: macos-13, os-family: osx-64}
# - {os: windows-2019, os-family: win-64}
# - {os: windows-2022, os-family: win-64}
# - {os: macos-13, os-family: osx-64}
- {os: macos-14, os-family: osx-arm64}
- {os: macos-15, os-family: osx-arm64}
runs-on: ${{ matrix.env.os }}
Expand Down

0 comments on commit aaae521

Please sign in to comment.