From 0462757f464db46c44481f0d4ceb04eac899b827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=89=E9=BB=98=E3=81=AE=E9=87=91?= <110812055+chenmozhijin@users.noreply.github.com> Date: Sun, 19 Jan 2025 17:42:04 +0800 Subject: [PATCH] ci: update Ubuntu version in build workflow to 22.04 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5bdf967..28e2ed1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,12 +18,12 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-13, ubuntu-latest, windows-latest] + os: [macos-13, ubuntu-22.04, windows-latest] arch: [x64] include: - os: macos-latest arch: arm64 - - os: ubuntu-24.04-arm + - os: ubuntu-22.04-arm arch: arm64 runs-on: ${{ matrix.os }}