Skip to content

Commit 5116de5

Browse files
authored
Update emscripten build jobs to one for each platform
1 parent 83f6678 commit 5116de5

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -191,19 +191,7 @@ jobs:
191191
matrix:
192192
include:
193193
- name: ubu24
194-
os: ubuntu-24.04
195-
emsdk_ver: "3.1.45"
196-
micromamba_shell_init: bash
197-
- name: ubu22
198-
os: ubuntu-22.04
199-
emsdk_ver: "3.1.45"
200-
micromamba_shell_init: bash
201-
- name: osx13-x86
202-
os: macos-13
203-
emsdk_ver: "3.1.45"
204-
micromamba_shell_init: bash
205-
- name: osx14-arm
206-
os: macos-14
194+
os: ubuntu-24.04-arm
207195
emsdk_ver: "3.1.45"
208196
micromamba_shell_init: bash
209197
- name: osx15-arm

0 commit comments

Comments
 (0)