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) (mne-tools#1231)

* Run unit tests on Apple Silicon and bump Node version to LTS (currently 20)

* Update unit_tests.yml

---------

Co-authored-by: Stefan Appelhoff <[email protected]>
  • Loading branch information
hoechenberger and sappelhoff authored Mar 7, 2024
1 parent 94835b3 commit dbadf8a
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: 20

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

0 comments on commit dbadf8a

Please sign in to comment.