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
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: ubu24
os: ubuntu-24.04
micromamba_shell_init: bash
- name: ubu24-arm
os: ubuntu-24.04-arm
micromamba_shell_init: bash
- name: ubu24-analyzers
os: ubuntu-24.04
coverage: true
Expand All @@ -33,6 +36,9 @@ jobs:
- name: ubu22
os: ubuntu-22.04
micromamba_shell_init: bash
- name: ubu22-arm
os: ubuntu-22.04-arm
micromamba_shell_init: bash
- name: osx13-x86
os: macos-13
micromamba_shell_init: bash
Expand Down