Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
coverage: true
extra_cmake_flags: -DCMAKE_BUILD_TYPE=Debug
micromamba_shell_init: bash
- name: ubu22
os: ubuntu-22.04
micromamba_shell_init: bash
- name: osx13-x86
os: macos-13
micromamba_shell_init: bash
Expand Down Expand Up @@ -188,6 +191,10 @@ jobs:
os: ubuntu-24.04
emsdk_ver: "3.1.45"
micromamba_shell_init: bash
- name: ubu22
os: ubuntu-22.04
emsdk_ver: "3.1.45"
micromamba_shell_init: bash
- name: osx13-x86
os: macos-13
emsdk_ver: "3.1.45"
Expand Down