From 4acec844cc3ca85a7fed1c386437d491211198d1 Mon Sep 17 00:00:00 2001 From: Tianming Wu Date: Thu, 6 Mar 2025 01:54:04 +0800 Subject: [PATCH] fix --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7c77c31..c91db092 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -122,7 +122,7 @@ jobs: path: release/work/build-linux-x86_64/dist-tar/ build-linux-aarch64: - runs-on: ubuntu-22.04-arm + runs-on: ubuntu-24.04-arm steps: - name: Check architecture run: | @@ -136,9 +136,9 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Update sources list - run: | - sudo sed -i 's|http://ports.ubuntu.com/ubuntu-ports|http://archive.ubuntu.com/ubuntu|g' /etc/apt/sources.list + # - name: Update sources list + # run: | + # sudo sed -i 's|http://ports.ubuntu.com/ubuntu-ports|http://archive.ubuntu.com/ubuntu|g' /etc/apt/sources.list - name: Install dependencies run: |