Skip to content

Commit

Permalink
Run unit tests on Apple Silicon and bump Node version to LTS (current…
Browse files Browse the repository at this point in the history
…ly 20)
  • Loading branch information
hoechenberger committed Mar 4, 2024
1 parent 28e8cdb commit 66394c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ jobs:
test:
# For GitHub "required" CI checks, add in branch protection:
# 6 checks:
# for each OS (ubuntu, macos, windows):
# 7 checks:
# for each OS (ubuntu, macos, macos-14 windows):
# 3.9 -> stable / full / stable
# 3.12 -> stable / full / stable
#
Expand All @@ -125,7 +125,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, macos-14, windows-latest] # macos-14 is Apple Silicon
python-version: ["3.9", "3.12"] # Oldest and newest supported versions
mne-version: [mne-stable]
mne-bids-install: [full]
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: lts

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit 66394c0

Please sign in to comment.