Skip to content

Commit

Permalink
Merge pull request #57 from ubermag/no-apple-m1
Browse files Browse the repository at this point in the history
Use older macOS version with Intel CPU because the OOMMF M1 conda pac…
  • Loading branch information
lang-m authored May 9, 2024
2 parents dc14535 + 96db288 commit 60fe4a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
python-version: ["3.8", "3.10"]
defaults:
run:
Expand All @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up conda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
auto-update-conda: true
Expand Down

0 comments on commit 60fe4a0

Please sign in to comment.