Skip to content

Commit bfd544d

Browse files
bschilderclaude
andcommitted
Fix GHA: Mambaforge discontinued, switch to Miniforge3
Mambaforge releases are no longer published by conda-forge, causing 404 on download. Miniforge3 includes mamba by default since conda 23.10+ uses conda-libmamba-solver. Note: rworkflows hardcodes setup-miniconda@v2 which defaults to x64 architecture. On arm64 macOS runners this installs x86_64 conda via Rosetta. Proper fix requires rworkflows to upgrade to @V3. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 11317d6 commit bfd544d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rworkflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
run_docker: ${{ true }}
5757
docker_registry: ghcr.io
58-
miniforge_variant: Mambaforge
58+
miniforge_variant: Miniforge3
5959
miniforge_version: latest
6060
environment_file: inst/conda/echoR_mini.yml
6161
activate_environment: echoR_mini

0 commit comments

Comments
 (0)