ci: 更新 GitHub Actions 构建环境
- 将构建运行环境从 ubuntu-latest 改为 ubuntu-24.04 - 此更改旨在确保构建过程在稳定的 Ubuntu 24.04 版本上运行,提高构建的一致性和可靠性
This commit is contained in:
parent
bb12232ca8
commit
23bd60945b
@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: docker/checkout@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user