File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,8 +128,8 @@ jobs:
128128 # For GitHub "required" CI checks, add in branch protection:
129129 #
130130 # 8 checks:
131- # for each machine type (ubuntu, macos, macos-13 , windows):
132- # (NOTE: macos-13 =x86_64, macos>13 =arm64)
131+ # for each machine type (ubuntu, macos, macos-15-intel , windows):
132+ # (NOTE: macos-15-intel =x86_64, macos=arm64)
133133 # 3.10 / mne-stable / full / validator-stable
134134 # 3.13 / mne-stable / full / validator-stable
135135 #
@@ -143,7 +143,7 @@ jobs:
143143 strategy :
144144 fail-fast : false
145145 matrix :
146- os : [ubuntu-latest, macos-latest, macos-13 , windows-latest]
146+ os : [ubuntu-latest, macos-latest, macos-15-intel , windows-latest]
147147 python-version : ["3.10", "3.13"] # Oldest and newest supported versions
148148 mne-version : [mne-stable]
149149 mne-bids-install : [full]
You can’t perform that action at this time.
0 commit comments