Skip to content

Commit dd917a0

Browse files
committed
fix(ci): use ubuntu-24 for Linux x86_64 build and upload to OSS
1 parent 7fe3587 commit dd917a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ jobs:
6969
echo "is_new_version=true" >> $GITHUB_OUTPUT
7070
fi
7171
72-
# Linux x86_64 使用标准 CI 构建
72+
# Linux x86_64 使用标准 CI 构建 (ubuntu-24)
7373
build-linux-x86_64:
7474
name: Build Linux-x86_64
75-
runs-on: ubuntu-22.04
75+
runs-on: ubuntu-24.04
7676
needs: check-version
7777
if: needs.check-version.outputs.should_release == 'true'
7878
steps:

0 commit comments

Comments
 (0)