From a7649c0e901f4618a6ce60df2155716959346288 Mon Sep 17 00:00:00 2001 From: mcbarton <150042563+mcbarton@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:34:45 +0000 Subject: [PATCH] Add Ubuntu 22.04 back to ci (#197) --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f2d5f16e..c1724e4e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,6 +30,9 @@ jobs: coverage: true extra_cmake_flags: -DCMAKE_BUILD_TYPE=Debug micromamba_shell_init: bash + - name: ubu22 + os: ubuntu-22.04 + micromamba_shell_init: bash - name: osx13-x86 os: macos-13 micromamba_shell_init: bash @@ -188,6 +191,10 @@ jobs: os: ubuntu-24.04 emsdk_ver: "3.1.45" micromamba_shell_init: bash + - name: ubu22 + os: ubuntu-22.04 + emsdk_ver: "3.1.45" + micromamba_shell_init: bash - name: osx13-x86 os: macos-13 emsdk_ver: "3.1.45"