Skip to content

Commit a7649c0

Browse files
authored
Add Ubuntu 22.04 back to ci (#197)
1 parent 0a3a75e commit a7649c0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
coverage: true
3131
extra_cmake_flags: -DCMAKE_BUILD_TYPE=Debug
3232
micromamba_shell_init: bash
33+
- name: ubu22
34+
os: ubuntu-22.04
35+
micromamba_shell_init: bash
3336
- name: osx13-x86
3437
os: macos-13
3538
micromamba_shell_init: bash
@@ -188,6 +191,10 @@ jobs:
188191
os: ubuntu-24.04
189192
emsdk_ver: "3.1.45"
190193
micromamba_shell_init: bash
194+
- name: ubu22
195+
os: ubuntu-22.04
196+
emsdk_ver: "3.1.45"
197+
micromamba_shell_init: bash
191198
- name: osx13-x86
192199
os: macos-13
193200
emsdk_ver: "3.1.45"

0 commit comments

Comments
 (0)