From ee7330056048895a8fabf21743cbc38e95ca5417 Mon Sep 17 00:00:00 2001 From: JacksonBurns Date: Sat, 25 Jan 2025 20:32:36 -0500 Subject: [PATCH] run build-and-test on ARM Mac natively --- .github/workflows/CI.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2d09a850fd..14b8d50f04 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 }} @@ -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: