Skip to content

Commit 9b2a054

Browse files
committed
FIX: Simplify
1 parent b42f958 commit 9b2a054

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/unit_tests.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ jobs:
128128
# For GitHub "required" CI checks, add in branch protection:
129129
#
130130
# 8 checks:
131-
# for each machine type (ubuntu, macos, macos-15-intel, windows):
132-
# (NOTE: macos-15-intel=x86_64, macos=arm64)
131+
# for each machine type (ubuntu, macos, windows):
133132
# 3.10 / mne-stable / full / validator-stable
134133
# 3.13 / mne-stable / full / validator-stable
135134
#
@@ -138,12 +137,13 @@ jobs:
138137
# ubuntu / 3.10 / mne-prev / full / validator-stable --> to test last supported of everything
139138
# ubuntu / 3.13 / mne-stable / minimal / validator-stable --> to test a minimal installation
140139
# ubuntu / 3.12 / mne-stable / full / validator-main-schema --> to test next-gen BIDS validator
140+
# macos-15-intel / 3.13 / mne-stable / full / validator-stable --> to test macos x86_64
141141
timeout-minutes: 60
142142
runs-on: ${{ matrix.os }}
143143
strategy:
144144
fail-fast: false
145145
matrix:
146-
os: [ubuntu-latest, macos-latest, macos-15-intel, windows-latest]
146+
os: [ubuntu-latest, macos-latest, windows-latest]
147147
python-version: ["3.10", "3.13"] # Oldest and newest supported versions
148148
mne-version: [mne-stable]
149149
mne-bids-install: [full]
@@ -175,6 +175,11 @@ jobs:
175175
mne-version: mne-stable
176176
mne-bids-install: full
177177
bids-validator-version: validator-main-schema
178+
- os: macos-15-intel
179+
python-version: "3.13"
180+
mne-version: mne-stable
181+
mne-bids-install: full
182+
bids-validator-version: validator-stable
178183

179184
env:
180185
TZ: Europe/Berlin

0 commit comments

Comments
 (0)