We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe3587 commit dd917a0Copy full SHA for dd917a0
1 file changed
.github/workflows/release.yml
@@ -69,10 +69,10 @@ jobs:
69
echo "is_new_version=true" >> $GITHUB_OUTPUT
70
fi
71
72
- # Linux x86_64 使用标准 CI 构建
+ # Linux x86_64 使用标准 CI 构建 (ubuntu-24)
73
build-linux-x86_64:
74
name: Build Linux-x86_64
75
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
76
needs: check-version
77
if: needs.check-version.outputs.should_release == 'true'
78
steps:
0 commit comments