Skip to content

Commit 7f3a274

Browse files
authored
Add MacOS 26 jobs to ci (#390)
1 parent 5b6989c commit 7f3a274

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
- name: osx15-arm
5151
os: macos-15
5252
micromamba_shell_init: bash
53+
- name: osx26-arm
54+
os: macos-26
55+
micromamba_shell_init: bash
5356
- name: Windows22
5457
os: windows-2022
5558
micromamba_shell_init: cmd.exe
@@ -188,6 +191,8 @@ jobs:
188191
os: ubuntu-24.04
189192
- name: osx15-arm
190193
os: macos-15
194+
- name: osx26-arm
195+
os: macos-26
191196

192197
steps:
193198
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)