diff --git a/.github/workflows/conda-package.yml b/.github/workflows/conda-package.yml index 50ba7adaf2..91d0d15ffb 100644 --- a/.github/workflows/conda-package.yml +++ b/.github/workflows/conda-package.yml @@ -87,7 +87,7 @@ jobs: - uses: conda-incubator/setup-miniconda@v3 with: - miniforge-variant: Mambaforge + miniforge-variant: Miniforge3 miniforge-version: latest activate-environment: build channels: conda-forge diff --git a/CHANGELOG.md b/CHANGELOG.md index 56dd5ed3c8..5457b6850b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Update black version used in Python code style workflow [gh-1828](https://github.com/IntelPython/dpctl/pull/1828) * Fixed CI/CD workflow for building conda packages on Windows [gh-1831](https://github.com/IntelPython/dpctl/pull/1831) +* Do not use Mambaforge variant of miniforge as deprecated [gh-1844](https://github.com/IntelPython/dpctl/pull/1844) ## [0.18.0] - Sept. XX, 2024