We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6501e77 commit ee73300Copy full SHA for ee73300
.github/workflows/CI.yml
@@ -58,8 +58,6 @@ jobs:
58
os: [macos-13, macos-latest, ubuntu-latest]
59
include-rms: ["", "with RMS"]
60
exclude:
61
- - os: macos-latest # needs Cantera 3 b/c x86 emulation breaks with Julia
62
- include-rms: 'with RMS'
63
- os: macos-13 # GitHub's runners just aren't up to the task of installing Julia
64
include-rms: 'with RMS'
65
runs-on: ${{ matrix.os }}
@@ -73,10 +71,6 @@ jobs:
73
71
- name: Checkout RMG-Py
74
72
uses: actions/checkout@v4
75
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
-
80
- name: Setup Miniforge Python ${{ matrix.python-version }}
81
uses: conda-incubator/setup-miniconda@v3
82
with:
0 commit comments