Skip to content

Commit cee5891

Browse files
committed
switched to v2 of GH Action since v3 defaults to osx-arm64
1 parent 07d850e commit cee5891

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# - you manually change the value of the CACHE_NUMBER below
3232
# Else the existing cache is used.
3333
- name: Setup Miniforge
34-
uses: conda-incubator/setup-miniconda@v3
34+
uses: conda-incubator/setup-miniconda@v2
3535
with:
3636
miniforge-variant: Miniforge3
3737
miniforge-version: latest

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# - you manually change the value of the CACHE_NUMBER below
3232
# Else the existing cache is used.
3333
- name: Setup Miniforge
34-
uses: conda-incubator/setup-miniconda@v3
34+
uses: conda-incubator/setup-miniconda@v2
3535
with:
3636
miniforge-variant: Miniforge3
3737
miniforge-version: latest

0 commit comments

Comments
 (0)