Skip to content

Commit

Permalink
Add Ubuntu 22.04 and Ubuntu 24.04 arm runners to the ci (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Jan 22, 2025
1 parent 11392fb commit 8f79e18
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit 8f79e18

Please sign in to comment.