Skip to content

Commit ee73300

Browse files
committed
run build-and-test on ARM Mac natively
1 parent 6501e77 commit ee73300

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ jobs:
5858
os: [macos-13, macos-latest, ubuntu-latest]
5959
include-rms: ["", "with RMS"]
6060
exclude:
61-
- os: macos-latest # needs Cantera 3 b/c x86 emulation breaks with Julia
62-
include-rms: 'with RMS'
6361
- os: macos-13 # GitHub's runners just aren't up to the task of installing Julia
6462
include-rms: 'with RMS'
6563
runs-on: ${{ matrix.os }}
@@ -73,10 +71,6 @@ jobs:
7371
- name: Checkout RMG-Py
7472
uses: actions/checkout@v4
7573

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

0 commit comments

Comments
 (0)