Skip to content

Commit b774dec

Browse files
committed
make the m1 mac run in x86 compat mode
1 parent 0a13902 commit b774dec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ jobs:
7272
- name: Checkout RMG-Py
7373
uses: actions/checkout@v4
7474

75+
- name: Compel Arm-based Mac to use x86
76+
if: matrix.os == 'macos-latest'
77+
run: echo "CONDA_SUBDIR=osx-64" >> $GITHUB_ENV
78+
7579
- name: Setup Miniforge Python ${{ matrix.python-version }}
7680
uses: conda-incubator/setup-miniconda@v3
7781
with:

0 commit comments

Comments
 (0)