Skip to content

Commit b42f958

Browse files
committed
MAINT: Update to macos-15-intel
1 parent 2adc50c commit b42f958

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unit_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)