From 37ac64e49a4fb2645ca2ee2cacea981c859ebc2d Mon Sep 17 00:00:00 2001 From: Juhyung Park Date: Mon, 24 Nov 2025 00:20:09 +0900 Subject: [PATCH] fix: revert CI images back to ubuntu-22.04 #118 is reborn after #125. Partially revert #125 to fix #118 again. Signed-off-by: Juhyung Park --- .github/workflows/ci.yml | 2 +- .github/workflows/ci_install.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b219ad..482c8f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: matrix: include: - name: linux - os: ubuntu-24.04 + os: ubuntu-22.04 # Re-enable once we can build on Windows again # - name: windows # os: windows-latest diff --git a/.github/workflows/ci_install.yml b/.github/workflows/ci_install.yml index 9aa2752..1134577 100644 --- a/.github/workflows/ci_install.yml +++ b/.github/workflows/ci_install.yml @@ -9,7 +9,7 @@ jobs: matrix: include: - name: linux - os: ubuntu-24.04 + os: ubuntu-22.04 - name: windows os: windows-latest steps: