Update CI workflow to use ubuntu-latest-2 for build environment
Some checks failed
CI / build (push) Failing after 8m36s

This commit is contained in:
2025-07-18 18:25:45 +08:00
parent 69511127af
commit 8da42b5075

View File

@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest-1
runs-on: ubuntu-latest-2
steps:
- name: 克隆本地 checkout action
run: |