Skip to content

Commit e728632

Browse files
committed
fix
1 parent f701b38 commit e728632

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/conda_release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ jobs:
1212
platform:
1313
- subdir: linux-64
1414
runs: ubuntu-latest
15+
arch: x86_64
1516
- subdir: linux-aarch64
1617
runs: ubuntu-24.04-arm
18+
arch: aarch64
1719
- subdir: osx-64
1820
runs: macos-13
21+
arch: x86_64
1922
- subdir: osx-arm64
2023
runs: macos-latest
24+
arch: arm64
2125
runs-on: ${{ matrix.platform.runs }}
2226
defaults:
2327
run:
@@ -38,6 +42,7 @@ jobs:
3842
use-only-tar-bz2: true
3943
auto-update-conda: true
4044
auto-activate-base: true
45+
architecture: ${{ matrix.platform.arch }}
4146

4247
# 2) Install conda-build and anaconda-client
4348
- name: create environment with conda

0 commit comments

Comments
 (0)