Skip to content

Fix C/I, take II

Fix C/I, take II #782

Workflow file for this run

name: macOS Conda package
on:
push:
branches-ignore:
- "ghxyz"
paths:
- "conanfile.py"
- ".github/workflows/macos-conda.yml"
- "source/**"
- "!source/qa/python/qa/**"
- "environment/cmake/**"
- "environment/conda/build.sh"
- "environment/conda/conda_build_config.yaml"
- "environment/conda/meta.yaml"
- "environment/conda/run_test.py"
- "environment/script/write_conan_profile.py"
jobs:
build:
name: ${{ matrix.os }} / ${{ matrix.target-platform }} / conda
runs-on: ${{ matrix.os }}
timeout-minutes: 120
defaults:
run:
shell: bash -l {0}
strategy:
matrix:
include:
- os: "macos-13"
target-platform: osx-64
fail-fast: true
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/rattler-build-action@v0.2.0
with:
recipe-path: environment/conda/meta.yaml
artifact-name: lue-${{ matrix.target-platform }}
build-args: --target-platform ${{ matrix.target-platform }}