Skip to content

Commit 8f79e18

Browse files
authored
Add Ubuntu 22.04 and Ubuntu 24.04 arm runners to the ci (#225)
1 parent 11392fb commit 8f79e18

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: ubu24
2626
os: ubuntu-24.04
2727
micromamba_shell_init: bash
28+
- name: ubu24-arm
29+
os: ubuntu-24.04-arm
30+
micromamba_shell_init: bash
2831
- name: ubu24-analyzers
2932
os: ubuntu-24.04
3033
coverage: true
@@ -33,6 +36,9 @@ jobs:
3336
- name: ubu22
3437
os: ubuntu-22.04
3538
micromamba_shell_init: bash
39+
- name: ubu22-arm
40+
os: ubuntu-22.04-arm
41+
micromamba_shell_init: bash
3642
- name: osx13-x86
3743
os: macos-13
3844
micromamba_shell_init: bash

0 commit comments

Comments
 (0)