Skip to content

Commit 41600c3

Browse files
authored
Add MacOS 26 jobs to ci
1 parent 51c3cb2 commit 41600c3

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
@@ -202,6 +205,8 @@ jobs:
202205
os: ubuntu-24.04
203206
- name: osx15-arm
204207
os: macos-15
208+
- name: osx26-arm
209+
os: macos-26
205210

206211
steps:
207212
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)