Skip to content

Commit

Permalink
run build-and-test on ARM Mac natively
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Jan 26, 2025
1 parent 6501e77 commit ee73300
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ jobs:
os: [macos-13, macos-latest, ubuntu-latest]
include-rms: ["", "with RMS"]
exclude:
- os: macos-latest # needs Cantera 3 b/c x86 emulation breaks with Julia
include-rms: 'with RMS'
- os: macos-13 # GitHub's runners just aren't up to the task of installing Julia
include-rms: 'with RMS'
runs-on: ${{ matrix.os }}
Expand All @@ -73,10 +71,6 @@ jobs:
- name: Checkout RMG-Py
uses: actions/checkout@v4

- name: Compel Arm-based Mac to use x86
if: matrix.os == 'macos-latest'
run: echo "CONDA_SUBDIR=osx-64" >> $GITHUB_ENV

- name: Setup Miniforge Python ${{ matrix.python-version }}
uses: conda-incubator/setup-miniconda@v3
with:
Expand Down

0 comments on commit ee73300

Please sign in to comment.