Skip to content

Commit b7f3c32

Browse files
authored
Add Ubuntu 22.04 and Ubuntu 24.04 arm runners to the ci
1 parent 53d2f64 commit b7f3c32

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/main.yml

Lines changed: 13 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
@@ -194,9 +200,16 @@ jobs:
194200
os: ubuntu-24.04
195201
emsdk_ver: "3.1.45"
196202
micromamba_shell_init: bash
203+
- name: ubu24-arm
204+
os: ubuntu-24.04-arm
205+
emsdk_ver: "3.1.45"
206+
micromamba_shell_init: bash
197207
- name: ubu22
198208
os: ubuntu-22.04
199209
emsdk_ver: "3.1.45"
210+
- name: ubu22-arm
211+
os: ubuntu-22.04-arm
212+
emsdk_ver: "3.1.45"
200213
micromamba_shell_init: bash
201214
- name: osx13-x86
202215
os: macos-13

0 commit comments

Comments
 (0)