Skip to content

Commit 4bfabbf

Browse files
authored
Add macOS-15 to ci (#189)
1 parent 9b54959 commit 4bfabbf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- name: osx14-arm
3737
os: macos-14
3838
micromamba_shell_init: bash
39+
- name: osx15-arm
40+
os: macos-15
41+
micromamba_shell_init: bash
3942
- name: Windows22
4043
os: windows-2022
4144
micromamba_shell_init: cmd.exe
@@ -193,6 +196,10 @@ jobs:
193196
os: macos-14
194197
emsdk_ver: "3.1.45"
195198
micromamba_shell_init: bash
199+
- name: osx15-arm
200+
os: macos-15
201+
emsdk_ver: "3.1.45"
202+
micromamba_shell_init: bash
196203

197204
steps:
198205
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)