We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b54959 commit 4bfabbfCopy full SHA for 4bfabbf
.github/workflows/main.yml
@@ -36,6 +36,9 @@ jobs:
36
- name: osx14-arm
37
os: macos-14
38
micromamba_shell_init: bash
39
+ - name: osx15-arm
40
+ os: macos-15
41
+ micromamba_shell_init: bash
42
- name: Windows22
43
os: windows-2022
44
micromamba_shell_init: cmd.exe
@@ -193,6 +196,10 @@ jobs:
193
196
194
197
emsdk_ver: "3.1.45"
195
198
199
200
201
+ emsdk_ver: "3.1.45"
202
203
204
steps:
205
- uses: actions/checkout@v4
0 commit comments