From f6c94357f068fc03acc520430af1ac79a7068829 Mon Sep 17 00:00:00 2001 From: Henry Moore Date: Mon, 23 Sep 2024 17:44:53 -0600 Subject: [PATCH 1/2] Revert "add 24.04 to CI (#28)" This reverts commit 07778df6ba070075c8ca827150db0d35058b90f4. --- .github/workflows/cmake_ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake_ubuntu.yml b/.github/workflows/cmake_ubuntu.yml index 323b581..66d7237 100644 --- a/.github/workflows/cmake_ubuntu.yml +++ b/.github/workflows/cmake_ubuntu.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, ubuntu-22.04, ubuntu 24.04] + os: [ubuntu-20.04, ubuntu-22.04] steps: - uses: actions/checkout@v2 From 9d9a2bc75894da3c164593a305d8c575d571f0e7 Mon Sep 17 00:00:00 2001 From: Henry Moore Date: Mon, 23 Sep 2024 17:47:03 -0600 Subject: [PATCH 2/2] Update .github/workflows/cmake_ubuntu.yml --- .github/workflows/cmake_ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake_ubuntu.yml b/.github/workflows/cmake_ubuntu.yml index 66d7237..11fede2 100644 --- a/.github/workflows/cmake_ubuntu.yml +++ b/.github/workflows/cmake_ubuntu.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, ubuntu-22.04] + os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04] steps: - uses: actions/checkout@v2