From d238766756736c4b41350595ced44bddac4c6c16 Mon Sep 17 00:00:00 2001 From: Ryan Kuba Date: Wed, 9 Jul 2025 19:37:12 +0000 Subject: [PATCH] ci: Build on Ubuntu 22.04 for broader glibc compat --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be106e2831..e59ebbdef9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -174,25 +174,25 @@ jobs: build_param: --debug artifact_name: xemu-ubuntu-x86_64-debug artifact_filename: xemu-ubuntu-x86_64-debug.tgz - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 - arch: x86_64 configuration: Release build_param: artifact_name: xemu-ubuntu-x86_64-release artifact_filename: xemu-ubuntu-x86_64-release.tgz - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 - arch: aarch64 configuration: Debug build_param: --debug artifact_name: xemu-ubuntu-aarch64-debug artifact_filename: xemu-ubuntu-aarch64-debug.tgz - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-22.04-arm - arch: aarch64 configuration: Release build_param: artifact_name: xemu-ubuntu-aarch64-release artifact_filename: xemu-ubuntu-aarch64-release.tgz - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-22.04-arm steps: - name: Initialize compiler cache id: cache