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 @@ -36,6 +36,9 @@ jobs:
- name: osx14-arm
os: macos-14
micromamba_shell_init: bash
- name: osx15-arm
os: macos-15
micromamba_shell_init: bash
- name: Windows22
os: windows-2022
micromamba_shell_init: cmd.exe
Expand Down Expand Up @@ -193,6 +196,10 @@ jobs:
os: macos-14
emsdk_ver: "3.1.45"
micromamba_shell_init: bash
- name: osx15-arm
os: macos-15
emsdk_ver: "3.1.45"
micromamba_shell_init: bash

steps:
- uses: actions/checkout@v4
Expand Down