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 f20af56 commit 54d588dCopy full SHA for 54d588d
.github/workflows/main.yml
@@ -181,13 +181,24 @@ jobs:
181
182
emscripten_wasm:
183
184
- runs-on: ubuntu-24.04
+ runs-on: ${{ matrix.os }}
185
186
strategy:
187
fail-fast: false
188
matrix:
189
- emsdk_ver: ["3.1.45"]
190
- micromamba_shell_init: ["bash"]
+ include:
+ - name: ubu24
191
+ os: ubuntu-24.04
192
+ emsdk_ver: "3.1.45"
193
+ micromamba_shell_init: bash
194
+ - name: osx13-x86
195
+ os: macos-13
196
197
198
+ - name: osx14-arm
199
+ os: macos-14
200
201
202
203
steps:
204
- uses: actions/checkout@v4
0 commit comments